We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3284da commit 06eb7ebCopy full SHA for 06eb7eb
cg
@@ -4,7 +4,10 @@ set -e
4
5
# For more information about the cg.jar, please vist the following page:
6
# https://github.com/excel-code-generator/code-generator
7
-CG_PATH=$HOME/.cg/bin/cg.jar
+CG_PATH=/usr/local/lib/cg/bin/cg.jar
8
+case "`uname`" in MINGW*)
9
+ CG_PATH=$0.jar
10
+esac
11
12
# update
13
do_update () {
0 commit comments