mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
fix dist script to properly include the path
This commit is contained in:
Vendored
+3
-1
@@ -12,4 +12,6 @@ do
|
||||
done
|
||||
export CLASSPATH
|
||||
|
||||
${APPDIR}/java/bin/java processing.app.Base
|
||||
export PATH="${APPDIR}/java/bin:${PATH}"
|
||||
|
||||
java processing.app.Base
|
||||
|
||||
Reference in New Issue
Block a user