We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2183c8 commit a3d29eeCopy full SHA for a3d29ee
scripts/dev/create_package.sh
@@ -458,6 +458,7 @@ function createPackage {
458
tar -xzvf projectGenerator-linux-gui.gz
459
mv $(find . -maxdepth 1 -type d -name "projectGenerator-*") projectGenerator
460
rm -rf apps/projectGenerator
461
+ rm projectGenerator-linux-gui.gz
462
fi
463
464
if [ "$PKG_PLATFORM" = "android" ]; then
@@ -479,6 +480,7 @@ function createPackage {
479
480
481
#mv projectGenerator-linux-gui projectGenerator
482
483
484
485
486
0 commit comments