Skip to content

Commit

Permalink
create_package: change osx -> ios for PG in the ios download
Browse files Browse the repository at this point in the history
Fixes #6015
  • Loading branch information
arturoc committed Jul 30, 2018
1 parent 84a8328 commit 53d92ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/dev/create_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,7 @@ function createPackage {
unzip projectGenerator-osx.zip
mv projectGenerator-osx projectGenerator
rm projectGenerator-osx.zip
sed -i "s/osx/$pkg_platform/g" projectGenerator/projectGenerator.app/Contents/Resources/app/settings.json
fi

if [ "$pkg_platform" = "linux" ]; then
Expand Down

0 comments on commit 53d92ff

Please sign in to comment.