Преглед на файлове

Follow up of 69d73d0fb9c4efbce45824418357fa8aba9282cd: Remove standalone launchers

Armin Schrenk преди 2 години
родител
ревизия
7a9a9cf4eb
променени са 3 файла, в които са добавени 0 реда и са изтрити 3 реда
  1. 0 1
      .github/workflows/appimage.yml
  2. 0 1
      .github/workflows/mac-dmg.yml
  3. 0 1
      .github/workflows/win-exe.yml

+ 0 - 1
.github/workflows/appimage.yml

@@ -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: >

+ 0 - 1
.github/workflows/mac-dmg.yml

@@ -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: >

+ 0 - 1
.github/workflows/win-exe.yml

@@ -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: >