Skip to content

Commit

Permalink
add windows code siginig
Browse files Browse the repository at this point in the history
  • Loading branch information
iwate committed Mar 28, 2020
1 parent a46ad8a commit bb68729
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/Aiplugs.PoshApp/electron.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit bb68729

Please sign in to comment.