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