Skip to content

Commit dea279e

Browse files
committed
rename fujinet-pc-ATARI to fujinet-pc
1 parent 612f08f commit dea279e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,11 +228,15 @@ jobs:
228228
229229
- name: '[Windows] Unzip FujiNet-PC into dist'
230230
if: ${{ startsWith(matrix.target, 'windows') && github.event.inputs.releaseBuild == 'true' }}
231-
run: 7z x -ofujinet-pc-launcher/dist fujinet-pc-ATARI_*_${{ matrix.target }}.zip
231+
run: |
232+
7z x -ofujinet-pc-launcher/dist fujinet-pc-ATARI_*_${{ matrix.target }}.zip
233+
mv fujinet-pc-launcher/dist/fujinet-pc-ATARI fujinet-pc-launcher/dist/fujinet-pc
232234
233235
- name: '[macOS] Uncompress FujiNet-PC into launcher.app'
234236
if: ${{ startsWith(matrix.target, 'macos') && github.event.inputs.releaseBuild == 'true' }}
235-
run: tar -xzf fujinet-pc-ATARI_*_${{ matrix.target }}.tar.gz -C fujinet-pc-launcher/dist/launcher.app/Contents
237+
run: |
238+
tar -xzf fujinet-pc-ATARI_*_${{ matrix.target }}.tar.gz -C fujinet-pc-launcher/dist/launcher.app/Contents
239+
mv fujinet-pc-launcher/dist/launcher.app/Contents/fujinet-pc-ATARI fujinet-pc-launcher/dist/launcher.app/Contents/fujinet-pc
236240
237241
- name: '[macOS] Remove dist/launcher (keep launcher.app only)'
238242
if: ${{ startsWith(matrix.target, 'macos') && github.event.inputs.releaseBuild == 'true' }}

0 commit comments

Comments
 (0)