Skip to content

Commit 344e4f3

Browse files
committed
make pg on linux executable
1 parent 1926977 commit 344e4f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/dev/create_package.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -457,6 +457,7 @@ function createPackage {
457457
mv dist/projectGenerator-linux-x64 ${pkg_ofroot}/projectGenerator-linux64
458458
cd ${pkg_ofroot}
459459
sed -i "s/osx/linux64/g" projectGenerator-linux64/resources/app/settings.json
460+
chmod +x projectGenerator-linux64/projectGenerator
460461
fi
461462

462463
if [ "$pkg_platform" = "android" ]; then

0 commit comments

Comments
 (0)