Fix macOS build

This commit is contained in:
Xpl0itU 2023-07-20 13:32:16 +02:00
parent 9eafa39eeb
commit 053a1bbbe2

View file

@ -26,7 +26,7 @@ jobs:
run: |
python3 data/create_bundle.py
mkdir -p out/WiiUDownloader.app/Contents/MacOS/lib/share/glib-2.0/schemas
cp /opt/homebrew/share/glib-2.0/schemas/* out/WiiUDownloader.app/Contents/MacOS/lib/share/glib-2.0/schemas
cp $(brew --prefix)/share/glib-2.0/schemas/* out/WiiUDownloader.app/Contents/MacOS/lib/share/glib-2.0/schemas
create-dmg \
--volname "WiiUDownloader" \
--window-pos 200 120 \