mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
moving around the reference, and updating build scripts for it
This commit is contained in:
@@ -31,6 +31,12 @@ unzip -q examples.zip
|
||||
rm examples.zip
|
||||
cd ../..
|
||||
|
||||
# new style reference
|
||||
cd processing
|
||||
unzip -q reference.zip
|
||||
rm reference.zip
|
||||
cd ..
|
||||
|
||||
# add java (jre) files
|
||||
unzip -q -d processing jre.zip
|
||||
|
||||
|
||||
@@ -16,6 +16,12 @@ else
|
||||
rm examples.zip
|
||||
cd ../..
|
||||
|
||||
echo Extracting reference...
|
||||
cd work
|
||||
unzip -q reference.zip
|
||||
rm reference.zip
|
||||
cd ..
|
||||
|
||||
echo Extracting big ass JRE...
|
||||
unzip -q -d work jre.zip
|
||||
# cygwin requires this because of unknown weirdness
|
||||
|
||||
Reference in New Issue
Block a user