break out bundledeps make targets
This commit is contained in:
@@ -11,11 +11,15 @@ build:
|
|||||||
package_macos:
|
package_macos:
|
||||||
fyne package -os darwin -name $(app_name) -appVersion $(app_version) -icon $(icon_path)
|
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/
|
dylibbundler -od -b -x ./Supersonic.app/Contents/MacOS/supersonic -d ./Supersonic.app/Contents/Frameworks/ -p @executable_path/../Frameworks/
|
||||||
./copy_python_dep_osx.sh
|
./copy_python_dep_osx.sh
|
||||||
codesign --force --deep --preserve-metadata=entitlements,requirements,flags,runtime --sign - "./Supersonic.app/Contents/MacOS/supersonic"
|
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:
|
bundledeps_macos_highsierra:
|
||||||
mkdir ./Supersonic.app/Contents/Frameworks
|
mkdir ./Supersonic.app/Contents/Frameworks
|
||||||
cp -R res/libs/mac_x64/mpv/* ./Supersonic.app/Contents/Frameworks
|
cp -R res/libs/mac_x64/mpv/* ./Supersonic.app/Contents/Frameworks
|
||||||
|
|||||||
Reference in New Issue
Block a user