diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 425db8e..9442e70 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,6 +21,9 @@ jobs: - name: Install tool run: dotnet tool restore - name: Build with dotnet + env: + CSC_LINK: ${{ secrets.CSC_LINK_WIN }} + CSC_KEY_PASSWORD: ${{ secrets.CSC_KEY_PASSWORD_WIN }} working-directory: ./src/Aiplugs.PoshApp/ run: dotnet tool run electronize build /target custom "win10-x64;win" - name: Upload Release Asset1 diff --git a/LICENSE b/LICENSE index 34ce122..1b9833b 100644 --- a/LICENSE +++ b/LICENSE @@ -3,7 +3,7 @@ Business Source License 1.1 Parameters Licensor: aiplugs (@iwate) -Licensed Work: poshapp(v.0.9.25) +Licensed Work: poshapp(v.0.9.26) The Licensed Work is (c) 2019 aiplugs. Additional Use Grant: You may make use of the Licensed Work, provided that you may not use the Licensed Work for a Software @@ -14,7 +14,7 @@ Additional Use Grant: You may make use of the Licensed Work, provided that contractors) to access the functionality of the Licensed Work. -Change Date: 2023-03-19 +Change Date: 2023-03-28 Change License: Apache License, Version 2.0 diff --git a/src/Aiplugs.PoshApp/electron.manifest.json b/src/Aiplugs.PoshApp/electron.manifest.json index 07d2f89..0e2cbf7 100644 --- a/src/Aiplugs.PoshApp/electron.manifest.json +++ b/src/Aiplugs.PoshApp/electron.manifest.json @@ -8,7 +8,7 @@ "appId": "com.aiplugs.poshapp", "productName": "POSH App", "copyright": "Copyright © 2019", - "buildVersion": "0.9.25", + "buildVersion": "0.9.26", "compression": "maximum", "directories": { "output": "../../../bin/Desktop"