mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
update command line tool for all platforms (fixes #3224)
This commit is contained in:
@@ -91,6 +91,9 @@ done
|
||||
for LIB in "$APPDIR"/core/library/*.jar; do
|
||||
CLASSPATH="$CLASSPATH"${CLASSPATH:+:}"$LIB"
|
||||
done
|
||||
for LIB in "$APPDIR"/modes/java/mode/*.jar; do
|
||||
CLASSPATH="$CLASSPATH"${CLASSPATH:+:}"$LIB"
|
||||
done
|
||||
export CLASSPATH
|
||||
log CLASSPATH
|
||||
|
||||
|
||||
Reference in New Issue
Block a user