Skip to content

Commit 3c5f08c

Browse files
committed
scripts: Fix the hard code
Signed-off-by: Ce Gao <ce.gao@outlook.com>
1 parent c2c109e commit 3c5f08c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/generate-ant-file.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
source "$(dirname "${BASH_SOURCE}")/utils/generator-util.sh"
44

55
# Path to be changed
6-
modes="/Users/gaoce/Documents/Processing/modes"
6+
modes="~/Documents/Processing/modes"
77
executable="/Applications/Processing.app/Contents/MacOS/Processing"
88
core="/Applications/Processing.app/Contents/Java/core.jar"
99
pde="/Applications/Processing.app/Contents/Java/pde.jar"

0 commit comments

Comments
 (0)