Skip to content

Commit

Permalink
Merge pull request #3 from Cliffback/firmware-update
Browse files Browse the repository at this point in the history
fix: Firmware update not working
  • Loading branch information
Cliffback authored Nov 8, 2024
2 parents 8c8536a + 0095461 commit bbfaa93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_flashgbx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ jobs:
pyinstaller FlashGBX.spec
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
- name: Create DMG
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_flashgbx_remote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ jobs:
pyinstaller FlashGBX.spec
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
- name: Create DMG
run: |
Expand Down

0 comments on commit bbfaa93

Please sign in to comment.