prepare for beta release

This commit is contained in:
Drew Weymouth
2023-04-01 11:26:05 -07:00
parent e2ef6ea468
commit 553101677f
4 changed files with 15 additions and 5 deletions
+2
View File
@@ -10,6 +10,8 @@ build:
# since it assumes a specific location and version of the dependency
package_macos:
fyne package -os darwin -name $(app_name) -icon $(icon_path_mac)
bundledeps_macos:
dylibbundler -od -b -x ./Supersonic.app/Contents/MacOS/supersonic -d ./Supersonic.app/Contents/Frameworks/ -p @executable_path/../Frameworks/
./copy_python_dep_osx.sh
codesign --force --deep --preserve-metadata=entitlements,requirements,flags,runtime --sign - "./Supersonic.app/Contents/MacOS/supersonic"