break out bundledeps make targets

This commit is contained in:
Lilith McMullen
2024-01-22 18:40:09 -08:00
parent 91aa92706d
commit 37f2eadb80
+5 -1
View File
@@ -11,11 +11,15 @@ build:
package_macos:
fyne package -os darwin -name $(app_name) -appVersion $(app_version) -icon $(icon_path)
bundledeps_macos:
bundledeps_macos_homebrew:
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"
bundledeps_macos_macports:
dylibbundler -od -b -x ./Supersonic.app/Contents/MacOS/supersonic -d ./Supersonic.app/Contents/Frameworks/ -p @executable_path/../Frameworks/
codesign --force --deep --preserve-metadata=entitlements,requirements,flags,runtime --sign - "./Supersonic.app/Contents/MacOS/supersonic"
bundledeps_macos_highsierra:
mkdir ./Supersonic.app/Contents/Frameworks
cp -R res/libs/mac_x64/mpv/* ./Supersonic.app/Contents/Frameworks