We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 472b684 commit 5564ad9Copy full SHA for 5564ad9
scripts/dev/create_package.sh
@@ -5,9 +5,9 @@
5
platform=$1
6
version=$2
7
8
-REPO=https://github.com/openframeworks/openFrameworks
9
-REPO_ALIAS=upstreamhttps
10
-BRANCH=develop
+REPO=https://github.com/arturoc/openFrameworks
+REPO_ALIAS=arturohttps
+BRANCH=feature-elinuxProgrammableGL
11
12
PG_REPO=https://github.com/ofZach/projectGeneratorSimple.git
13
PG_REPO_ALIAS=originhttps
@@ -113,7 +113,11 @@ function deleteEclipse {
113
114
115
function createProjectFiles {
116
- projectGenerator --allexamples --${pkg_platform}
+ if [ "${pkg_platform}"=="vs" ]; then
117
+ projectGenerator --allexamples --vs2010
118
+ else
119
+ projectGenerator --allexamples --${pkg_platform}
120
+ fi
121
}
122
123
function createPackage {
0 commit comments