From e19295e4e365786a1a6d23ae62936990c5e99515 Mon Sep 17 00:00:00 2001 From: CoocooFroggy Date: Sat, 24 Jul 2021 10:37:09 -0400 Subject: [PATCH] - Vendor for Windows jpackage and winget --- .github/workflows/build-pack-manual.yml | 2 +- .github/workflows/build-pack-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-pack-manual.yml b/.github/workflows/build-pack-manual.yml index 80156b2..d0536c7 100644 --- a/.github/workflows/build-pack-manual.yml +++ b/.github/workflows/build-pack-manual.yml @@ -198,7 +198,7 @@ jobs: env: RUN_NUMBER: ${{ github.run_number }} VERSION: ${{ steps.output-version.outputs.version }} - run: jpackage --input ./input --name "FutureRestore GUI" --main-jar "FutureRestore GUI-1.0-all.jar" --main-class Main --type msi --icon ./.github/workflows/windows/FRWindows.ico --copyright "© CoocooFroggy 2021" --verbose --name "FutureRestore GUI" --win-shortcut --win-menu --module-path ./.github/workflows/windows/javafx-jmods-11.0.2 --add-modules javafx.swing,java.logging,java.sql,java.base,jdk.crypto.ec,java.naming --app-version %VERSION% + run: jpackage --input ./input --name "FutureRestore GUI" --main-jar "FutureRestore GUI-1.0-all.jar" --main-class Main --type msi --icon ./.github/workflows/windows/FRWindows.ico --copyright "© CoocooFroggy 2021" --vendor "CoocooFroggy" --verbose --name "FutureRestore GUI" --win-shortcut --win-menu --module-path ./.github/workflows/windows/javafx-jmods-11.0.2 --add-modules javafx.swing,java.logging,java.sql,java.base,jdk.crypto.ec,java.naming --app-version %VERSION% shell: cmd - name: Find MSI name diff --git a/.github/workflows/build-pack-release.yml b/.github/workflows/build-pack-release.yml index 6c7f548..69ab33d 100644 --- a/.github/workflows/build-pack-release.yml +++ b/.github/workflows/build-pack-release.yml @@ -267,7 +267,7 @@ jobs: env: RUN_NUMBER: ${{ github.run_number }} VERSION: ${{ steps.output-version.outputs.version }} - run: jpackage --input ./input --name "FutureRestore GUI" --main-jar "FutureRestore GUI-1.0-all.jar" --main-class Main --type msi --icon ./.github/workflows/windows/FRWindows.ico --copyright "© CoocooFroggy 2021" --verbose --name "FutureRestore GUI" --win-shortcut --win-menu --module-path ./.github/workflows/windows/javafx-jmods-11.0.2 --add-modules javafx.swing,java.logging,java.sql,java.base,jdk.crypto.ec,java.naming --app-version %VERSION% + run: jpackage --input ./input --name "FutureRestore GUI" --main-jar "FutureRestore GUI-1.0-all.jar" --main-class Main --type msi --icon ./.github/workflows/windows/FRWindows.ico --copyright "© CoocooFroggy 2021" --vendor "CoocooFroggy" --verbose --name "FutureRestore GUI" --win-shortcut --win-menu --module-path ./.github/workflows/windows/javafx-jmods-11.0.2 --add-modules javafx.swing,java.logging,java.sql,java.base,jdk.crypto.ec,java.naming --app-version %VERSION% shell: cmd - name: Find MSI name