Skip to content

Commit

Permalink
flashgbx support firmware update
Browse files Browse the repository at this point in the history
  • Loading branch information
Cliffback committed Nov 8, 2024
1 parent b6493a3 commit 8c8536a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flashgbx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@ app = BUNDLE(\n\
# Manually copy cartridge information files to the app bundle
mkdir dist/FlashGBX.app/Contents/MacOS/config
cp -R FlashGBX/config/* dist/FlashGBX.app/Contents/MacOS/config

cp -R FlashGBX/res dist/FlashGBX.app/Contents/MacOS

#plutil -replace CFBundleShortVersionString -string "$latest_version" dist/FlashGBX.app/Contents/Info.plist
rsync -a --delete dist/FlashGBX.app/ /Applications/FlashGBX.app/

Expand Down

0 comments on commit 8c8536a

Please sign in to comment.