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 9dbb578 commit ea63383Copy full SHA for ea63383
scripts/build_distribution.sh
@@ -9,9 +9,9 @@ echo "Building Pixate Freestyle Distribution v${VERSION}"
9
10
cd $PX_FREESTYLE_ROOT
11
12
-git archive --format=zip --prefix=pixate-android-freestyle-$VERSION/ -9 -o $PX_FREESTYLE_ROOT/build/pixate-android-freestyle-$VERSION.zip HEAD
+git archive --format=zip --prefix=pixate-freestyle-android-$VERSION/ -9 -o $PX_FREESTYLE_ROOT/build/pixate-freestyle-android-$VERSION.zip HEAD
13
14
mkdir -p $PX_FREESTYLE_ROOT/build
15
16
-zip $PX_FREESTYLE_ROOT/build/pixate-android-freestyle-$VERSION.zip -d \*/.idea/\* \*/scripts/\*
+zip $PX_FREESTYLE_ROOT/build/pixate-freestyle-android-$VERSION.zip -d \*/.idea/\* \*/scripts/\*
17
0 commit comments