Skip to content

Commit

Permalink
fix: Copy aardvark.gresource to macOS app bundle Resources directory
Browse files Browse the repository at this point in the history
  • Loading branch information
silviot committed Dec 8, 2024
1 parent 2d65610 commit b2fbcfc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,9 @@ jobs:
run: cargo build --release --target ${{ matrix.target }}
- name: Create App Bundle
run: |
mkdir -p Aardvark.app/Contents/MacOS
mkdir -p Aardvark.app/Contents/{MacOS,Resources}
cp target/${{ matrix.target }}/release/aardvark Aardvark.app/Contents/MacOS/
cp target/${{ matrix.target }}/release/aardvark.gresource Aardvark.app/Contents/Resources/
# Bundle dependencies
- name: Bundle dependencies
Expand Down

0 comments on commit b2fbcfc

Please sign in to comment.