File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed
Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 11# Python mode build number
2- # Sun, 17 Mar 2019 11:01:21 -0400
2+ # Sun, 17 Mar 2019 11:06:37 -0400
33
4- build.date =2019/03/17 11\:01
5- build.number =3053
4+ build.date =2019/03/17 11\:06
5+ build.number =3054
Original file line number Diff line number Diff line change @@ -7,12 +7,9 @@ PROCESSING=../processing
77MODES=~ /Documents/Processing/modes;
88if [[ $( uname) == ' Darwin' ]]; then
99 RUNPROCESSING=$PROCESSING /build/macosx/work/Processing.app/Contents/MacOS/Processing
10- elif [[ $( uname) == ' Linux' ]]; then
11- RUNPROCESSING=$PROCESSING /build/linux/work/processing
12- MODES=~ /sketchbook/modes;
1310else
14- RUNPROCESSING=" $PROCESSING /build/windows /work/processing.exe "
15- MODES=/c/Users/Jonathan \ Feinberg/Documents/Processing /modes;
11+ RUNPROCESSING=" $PROCESSING /build/linux /work/processing"
12+ MODES=~ /sketchbook /modes;
1613fi
1714
1815cd " $PROCESSING /build" && \
You can’t perform that action at this time.
0 commit comments