Skip to content

Commit

Permalink
switch package gen to use PG from github (#7540)
Browse files Browse the repository at this point in the history
  • Loading branch information
ofTheo authored Apr 28, 2023
1 parent 515ece5 commit 515b768
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/dev/create_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ function createPackage {
fi

if [ "$pkg_platform" = "osx" ]; then
downloader http://ci.openframeworks.cc/projectGenerator/projectGenerator-osx.zip 2> /dev/null
downloader https://github.com/openframeworks/projectGenerator/releases/download/nightly/projectGenerator-osx.zip 2> /dev/null
unzip projectGenerator-osx.zip
mv projectGenerator-osx projectGenerator
rm projectGenerator-osx.zip
Expand All @@ -433,7 +433,7 @@ function createPackage {
fi

if [ "$pkg_platform" = "ios" ]; then
downloader http://ci.openframeworks.cc/projectGenerator/projectGenerator-ios.zip 2> /dev/null
downloader https://github.com/openframeworks/projectGenerator/releases/download/nightly/projectGenerator-ios.zip 2> /dev/null
unzip projectGenerator-ios.zip
mv projectGenerator-ios projectGenerator
rm projectGenerator-ios.zip
Expand Down

0 comments on commit 515b768

Please sign in to comment.