@@ -410,11 +410,11 @@ function createPackage {
410410 downloader https://github.com/openframeworks/projectGenerator/releases/download/nightly/projectGenerator-vs-gui.zip 2> /dev/null
411411 mkdir projectGenerator
412412 unzip -d " projectGenerator" projectGenerator-vs-gui.zip 2> /dev/null
413- if [ " $pkg_platform " = " msys2" ]; then
414- sed -i " s/osx/msys2/g" projectGenerator/resources/app/settings.json
415- else
416- sed -i " s/osx/vs/g" projectGenerator/resources/app/settings.json
417- fi
413+ # if [ "$pkg_platform" = "msys2" ]; then
414+ # sed -i "s/osx/msys2/g" projectGenerator/resources/app/settings.json
415+ # else
416+ # sed -i "s/osx/vs/g" projectGenerator/resources/app/settings.json
417+ # fi
418418 rm projectGenerator-vs-gui.zip
419419 rm -rf apps/projectGenerator
420420 fi
@@ -424,7 +424,7 @@ function createPackage {
424424 unzip projectGenerator-osx.zip
425425 mv projectGenerator-osx projectGenerator
426426 rm projectGenerator-osx.zip
427- sed -i " s/osx/$pkg_platform /g" projectGenerator/projectGenerator.app/Contents/Resources/app/settings.json
427+ # sed -i "s/osx/$pkg_platform/g" projectGenerator/projectGenerator.app/Contents/Resources/app/settings.json
428428 rm -rf apps/projectGenerator
429429
430430
@@ -436,7 +436,7 @@ function createPackage {
436436 mv projectGenerator-ios projectGenerator
437437 rm projectGenerator-ios.zip
438438 rm -rf apps/projectGenerator
439- sed -i " s/osx/ios/g" projectGenerator/projectGenerator.app/Contents/Resources/app/settings.json
439+ # sed -i "s/osx/ios/g" projectGenerator/projectGenerator.app/Contents/Resources/app/settings.json
440440 fi
441441
442442 if [ " $pkg_platform " = " linux" ]; then
@@ -445,7 +445,7 @@ function createPackage {
445445 npm run build:linux32 > /dev/null
446446 mv dist/projectGenerator-linux-ia32 ${pkg_ofroot} /projectGenerator-linux
447447 cd ${pkg_ofroot}
448- sed -i " s/osx/linux/g" projectGenerator-linux/resources/app/settings.json
448+ # sed -i "s/osx/linux/g" projectGenerator-linux/resources/app/settings.json
449449 fi
450450
451451 if [ " $pkg_platform " = " linux64" ]; then
@@ -454,7 +454,7 @@ function createPackage {
454454 npm run build:linux64 > /dev/null
455455 mv dist/projectGenerator-linux-x64 ${pkg_ofroot} /projectGenerator-linux64
456456 cd ${pkg_ofroot}
457- sed -i " s/osx/linux64/g" projectGenerator-linux64/resources/app/settings.json
457+ # sed -i "s/osx/linux64/g" projectGenerator-linux64/resources/app/settings.json
458458 chmod +x projectGenerator-linux64/projectGenerator
459459 fi
460460
@@ -468,7 +468,7 @@ function createPackage {
468468 unzip projectGenerator-vs.zip 2> /dev/null
469469 rm projectGenerator-vs.zip
470470 cd ${pkg_ofroot}
471- sed -i " s/osx/android/g" projectGenerator-windows/resources/app/settings.json
471+ # sed -i "s/osx/android/g" projectGenerator-windows/resources/app/settings.json
472472
473473 downloader http://ci.openframeworks.cc/projectGenerator/projectGenerator-android.zip 2> /dev/null
474474 unzip projectGenerator-android.zip
@@ -480,7 +480,7 @@ function createPackage {
480480 npm run build:linux64 > /dev/null
481481 mv dist/projectGenerator-linux-x64 ${pkg_ofroot} /projectGenerator-linux64
482482 cd ${pkg_ofroot}
483- sed -i " s/osx/android/g" projectGenerator-linux64/resources/app/settings.json
483+ # sed -i "s/osx/android/g" projectGenerator-linux64/resources/app/settings.json
484484 fi
485485
486486 # linux remove other platform projects from PG source and copy ofxGui
0 commit comments