@@ -337,6 +337,7 @@ function createPackage {
337
337
338
338
# download external dependencies
339
339
cd $pkg_ofroot /
340
+ echo " Location: {$pkg_ofroot }"
340
341
if [ " $pkg_platform " = " osx" ]; then
341
342
scripts/osx/download_latest_libs.sh
342
343
scripts/emscripten/download_libs.sh -n
@@ -354,7 +355,7 @@ function createPackage {
354
355
scripts/emscripten/download_libs.sh -n
355
356
elif [ " $pkg_platform " = " vs" ]; then
356
357
if [ $min_package == 1 ]; then
357
- scripts/vs/download_latest_libs_x64.sh
358
+ ./ scripts/vs/download_latest_libs_x64.sh
358
359
else
359
360
scripts/vs/download_latest_libs.sh
360
361
fi
@@ -459,21 +460,21 @@ function createPackage {
459
460
fi
460
461
461
462
if [ " $pkg_platform " = " android" ]; then
462
- cd ${pkg_ofroot} /apps/projectGenerator/frontend
463
- npm install > /dev/null
464
- npm run build:vs > /dev/null
465
- mv dist/projectGenerator-win32-ia32 ${pkg_ofroot} /projectGenerator-windows
466
- cd ${pkg_ofroot} /projectGenerator-windows/resources/app/app/
463
+ # cd ${pkg_ofroot}/apps/projectGenerator/frontend
464
+ # npm install > /dev/null
465
+ # npm run build:vs > /dev/null
466
+ # mv dist/projectGenerator-win32-ia32 ${pkg_ofroot}/projectGenerator-windows
467
+ # cd ${pkg_ofroot}/projectGenerator-windows/resources/app/app/
467
468
downloader https://github.com/openframeworks/projectGenerator/releases/download/nightly/projectGenerator-vs-gui.zip 2> /dev/null
468
469
unzip -d " projectGenerator" projectGenerator-vs-gui.zip 2> /dev/null
469
470
rm projectGenerator-vs-gui.zip
470
471
cd ${pkg_ofroot}
471
472
472
- cd ${pkg_ofroot} /apps/projectGenerator/frontend
473
- npm install > /dev/null
474
- npm run build:linux64 > /dev/null
475
- mv dist/projectGenerator-linux-x64 ${pkg_ofroot} /projectGenerator-linux64
476
- cd ${pkg_ofroot}
473
+ # cd ${pkg_ofroot}/apps/projectGenerator/frontend
474
+ # npm install > /dev/null
475
+ # npm run build:linux64 > /dev/null
476
+ # mv dist/projectGenerator-linux-x64 ${pkg_ofroot}/projectGenerator-linux64
477
+ # cd ${pkg_ofroot}
477
478
fi
478
479
479
480
# linux remove other platform projects from PG source and copy ofxGui
0 commit comments