mirror of
https://github.com/Xpl0itU/WiiUDownloader.git
synced 2025-05-28 22:16:04 -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: |
|
||||
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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue