Skip to content

Commit

Permalink
Merge pull request #318 from Laevos/laevos/remove-macos-vapoursynth-deps
Browse files Browse the repository at this point in the history
remove vapoursynth deps from `bundledeps_macos`
  • Loading branch information
dweymouth authored Jan 23, 2024
2 parents 91aa927 + 37f2ead commit 2622f43
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2622f43

Please sign in to comment.