From 2ea2a4ecec48b8b1251800c2f88953d6f9b0c088 Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Wed, 4 Aug 2021 11:41:56 +0200 Subject: [PATCH] clean up --- .github/workflows/build.yml | 2 +- dist/win/resources/main.wxs | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 745223048..ef1d7fd40 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -458,7 +458,7 @@ jobs: --resource-dir dist/win/resources --license-file dist/win/resources/license.rtf env: - JpackageWixWizardResources: ${{ github.workspace }}/dist/win/resources # seems to require an abs path? + JP_WIXWIZARD_RESOURCES: ${{ github.workspace }}/dist/win/resources # requires abs path, used in resources/main.wxs - name: Codesign MSI uses: skymatic/code-sign-action@v1.1.0 with: diff --git a/dist/win/resources/main.wxs b/dist/win/resources/main.wxs index 684d58284..3b1c220bb 100644 --- a/dist/win/resources/main.wxs +++ b/dist/win/resources/main.wxs @@ -83,9 +83,10 @@ + 1 @@ -126,9 +127,9 @@ - - + + - +