test packaging [build app osx]

This commit is contained in:
Akshay Arora 2018-06-27 00:16:57 +05:30 committed by GitHub
parent 815f0016a7
commit 38cc02f364
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ script:
mv Kivy.app Kivy3.app; mv Kivy.app Kivy3.app;
./create-osx-dmg.sh Kivy3.app; ./create-osx-dmg.sh Kivy3.app;
mkdir app; mkdir app;
mv Kivy3.dmg app/"Kivy-$app_ver-$git_tag-$app_date"-python3.6.5".dmg; mv Kivy3.dmg app/"Kivy-$app_ver-$git_tag-$app_date"-python3.6.5.dmg;
else else
./create-osx-bundle.sh python2 master > output.txt; ./create-osx-bundle.sh python2 master > output.txt;
app_ver=$(Kivy.app/Contents/Resources/script -c 'import kivy; print(kivy.__version__)'); app_ver=$(Kivy.app/Contents/Resources/script -c 'import kivy; print(kivy.__version__)');