-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix javascript spawn error on gui startup. Correct urls in about page…
…. Set compatible option false by default for blank command
- Loading branch information
1 parent
daef60b
commit 8776ac1
Showing
5 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
{ | ||
"executable": "HstWbInstaller.Imager.GuiApp", | ||
"name": "HstWbInstaller.Imager.GuiApp", | ||
"executable": "Hst.Imager.GuiApp", | ||
"name": "Hst.Imager.GuiApp", | ||
"author": "Henrik Nørfjand Stengaard <[email protected]>", | ||
"singleInstance": false, | ||
"environment": "Production", | ||
"electronPort": 42000, | ||
"aspCoreBackendPort": 42001, | ||
"build": { | ||
"appId": "com.HstWbInstaller.Imager.GuiApp.app", | ||
"appId": "com.Hst.Imager.GuiApp.app", | ||
"productName": "Hst Imager", | ||
"copyright": "Copyright © 2022", | ||
"buildVersion": "0.1.0", | ||
|
@@ -32,7 +32,7 @@ | |
"x64" | ||
] | ||
}], | ||
"icon": "../../../hstwb-installer.ico" | ||
"icon": "../../../hst.imager.ico" | ||
}, | ||
"mac": { | ||
"target": [{ | ||
|
@@ -41,7 +41,7 @@ | |
"x64" | ||
] | ||
}], | ||
"icon": "../../../hstwb-installer.icns" | ||
"icon": "../../../hst.imager.icns" | ||
}, | ||
"linux": { | ||
"target": [{ | ||
|
@@ -59,7 +59,7 @@ | |
}], | ||
"synopsis": "Disk imaging tool", | ||
"description": "Disk imaging tool to read and write disk images to and from physical drives", | ||
"icon": "../../../hstwb-installer.icns" | ||
"icon": "../../../hst.imager.icns" | ||
}, | ||
"nsis": { | ||
"guid": "4bae923c-ea2c-4eee-9a47-ba053b7b78e5", | ||
|
File renamed without changes.
File renamed without changes.