Skip to content

Commit

Permalink
Remove launcher scripts for javaw
Browse files Browse the repository at this point in the history
  • Loading branch information
maeda6uiui committed Nov 15, 2023
1 parent 7e567e9 commit a9617ed
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 15 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release_artifact_for_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ jobs:
cp -r ./target/app ./Miffie/Data/Java/
cp -r ./target/classes ./Miffie/Data/Java/
cp ./miffie.sh ./Miffie/
- name: Copy laucher script to use 'javaw'
run: cp ./appw ./Miffie/Data/Java/app/bin/appw
- name: Create tar.gz file (miffie_${{github.ref_name}}_linux_x64.tar.gz)
run: tar -zcf miffie_${{github.ref_name}}_linux_x64.tar.gz ./Miffie
- name: Publish artifact to release
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release_artifact_for_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ jobs:
cp -r ./target/app ./Miffie/Data/Java/
cp -r ./target/classes ./Miffie/Data/Java/
cp ./miffie.sh ./Miffie/
- name: Copy laucher script to use 'javaw'
run: cp ./appw ./Miffie/Data/Java/app/bin/appw
- name: Create tar.gz file (miffie_${{github.ref_name}}_macos_x64.tar.gz)
run: tar -zcf miffie_${{github.ref_name}}_macos_x64.tar.gz ./Miffie
- name: Publish artifact to release
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/release_artifact_for_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ jobs:
Copy-Item -Path .\target\app -Destination .\Miffie\Data\Java\ -Recurse
Copy-Item -Path .\target\classes -Destination .\Miffie\Data\Java\ -Recurse
Copy-Item -Path .\miffie.bat -Destination .\Miffie\
- name: Copy laucher script to use 'javaw'
shell: powershell
run: Copy-Item -Path .\appw.bat -Destination .\Miffie\Data\Java\app\bin\appw.bat
- name: Create zip file (miffie_${{github.ref_name}}_windows_x64.zip)
shell: powershell
run: Compress-Archive -Path .\Miffie -DestinationPath .\miffie_${{github.ref_name}}_windows_x64.zip
Expand Down
4 changes: 0 additions & 4 deletions appw

This file was deleted.

4 changes: 0 additions & 4 deletions appw.bat

This file was deleted.

0 comments on commit a9617ed

Please sign in to comment.