소스 검색

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