mirror of
https://github.com/Xpl0itU/WiiUDownloader.git
synced 2025-06-02 08:09:51 -04:00
Fix macOS build
This commit is contained in:
parent
9eafa39eeb
commit
053a1bbbe2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
python3 data/create_bundle.py
|
python3 data/create_bundle.py
|
||||||
mkdir -p out/WiiUDownloader.app/Contents/MacOS/lib/share/glib-2.0/schemas
|
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 \
|
create-dmg \
|
||||||
--volname "WiiUDownloader" \
|
--volname "WiiUDownloader" \
|
||||||
--window-pos 200 120 \
|
--window-pos 200 120 \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue