Skip to content

Commit 03b0a01

Browse files
author
Jonathan Feinberg
committed
Merge branch 'master' of github.com:jdf/processing.py
2 parents 9463735 + 14d22b4 commit 03b0a01

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

testmode.sh

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,9 @@ PROCESSING=../processing
77
MODES=~/Documents/Processing/modes;
88
if [[ $(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;
1310
else
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;
1613
fi
1714

1815
cd "$PROCESSING/build" && \

0 commit comments

Comments
 (0)