Skip to content

Commit

Permalink
Silly mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
nick f authored and nick f committed Dec 12, 2023
1 parent c955121 commit 0caf675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
run: |
cp -Rpv hUGETracker/src/Release/hUGETracker.app packaging
cp -v hUGETracker/graphics/hUGETracker.icns packaging/hUGETracker.app/Contents/Resources
mv hUGETracker/src/Release/{halt.gb,halt.sym,hUGEDriver,PixeliteTTF.ttf} packaging/hUGETracker.app/Contents/Resources/
mv packaging/{halt.gb,halt.sym,hUGEDriver,PixeliteTTF.ttf} packaging/hUGETracker.app/Contents/Resources/
for f in asm link fix; do ln -s `which rgb$f` packaging/hUGETracker.app/Contents/Resources/rgb$f; done
ed packaging/hUGETracker.app/Contents/Info.plist << END
5i
Expand Down

0 comments on commit 0caf675

Please sign in to comment.