浏览代码

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