Follow up of 69d73d0fb9: Remove standalone launchers

This commit is contained in:
Armin Schrenk
2023-02-06 12:31:56 +01:00
parent 489e9fce90
commit 7a9a9cf4eb
3 changed files with 0 additions and 3 deletions

View File

@@ -47,7 +47,6 @@ jobs:
- name: Patch target dir
run: |
cp LICENSE.txt target
cp dist/linux/launcher.sh target
cp target/cryptomator-*.jar target/mods
- name: Run jlink
run: >

View File

@@ -61,7 +61,6 @@ jobs:
- name: Patch target dir
run: |
cp LICENSE.txt target
cp dist/mac/launcher.sh target
cp target/cryptomator-*.jar target/mods
- name: Run jlink
run: >

View File

@@ -55,7 +55,6 @@ jobs:
- name: Patch target dir
run: |
cp LICENSE.txt target
cp dist/linux/launcher.sh target
cp target/cryptomator-*.jar target/mods
- name: Run jlink
run: >