Skip to content

Commit

Permalink
replace application folder name
Browse files Browse the repository at this point in the history
  • Loading branch information
iwate committed Jun 10, 2020
1 parent ddc8281 commit f5587ac
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"electronnet.cli": {
"version": "7.30.2",
"version": "8.31.2",
"commands": [
"electronize"
]
Expand Down
2 changes: 1 addition & 1 deletion 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.37)
Licensed Work: poshapp(v.0.9.38)
The Licensed Work is (c) 2020 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 Down
4 changes: 2 additions & 2 deletions src/Aiplugs.PoshApp/electron.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"splashscreen": {
"imageFile": "./wwwroot/icon/poshapp-icon-256x256.png"
},
"name": "POSH App",
"name": "poshapp",
"author": "aiplugs",
"description": "PowerShell GUI application",
"singleInstance": true,
"build": {
"appId": "com.aiplugs.poshapp",
"productName": "POSH App",
"copyright": "Copyright © 2019",
"buildVersion": "0.9.37",
"buildVersion": "0.9.38",
"compression": "maximum",
"generateUpdatesFilesForAllChannels": true,
"directories": {
Expand Down

0 comments on commit f5587ac

Please sign in to comment.