Skip to content
Snippets Groups Projects
Commit bc7dd6b8 authored by Holger Nahrstaedt's avatar Holger Nahrstaedt
Browse files

Revert changes to package osx

parent 7076580e
No related branches found
No related tags found
No related merge requests found
......@@ -13,9 +13,9 @@ pip install pyinstaller
pyinstaller beempy-onedir.spec
cd dist
# ditto -rsrc --arch x86_64 'beempy.app' 'beempy.tmp'
# rm -r 'beempy.app'
# mv 'beempy.tmp' 'beempy.app'
ditto -rsrc --arch x86_64 'beempy.app' 'beempy.tmp'
rm -r 'beempy.app'
mv 'beempy.tmp' 'beempy.app'
hdiutil create -volname "beempy $VERSION" -srcfolder 'beempy.app' -ov -format UDBZ "$BUILD"
if [ -n "$UPLOAD_OSX" ]
then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment