Skip to content

Commit a98c1e1

Browse files
committed
Add installer favicons and include .bat overlay
1 parent f5c39e0 commit a98c1e1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build/FaviconSetup.png

8.16 KB
Loading

build/FaviconUninst.png

8.06 KB
Loading

build/micasetup.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"TargetFramework": "net472",
1111
"Guid": "BB667EAD-0F00-4B04-8CAE-0CD7A1F1D755",
1212
"Favicon": "../branding/Logo.png",
13-
"Icon": "../branding/Logo.png",
14-
"UnIcon": "../branding/Logo.png",
13+
"Icon": "./FaviconSetup.png",
14+
"UnIcon": "./FaviconUninst.png",
1515
"LicenseFile": "../LICENSE-GPL.txt",
1616
"License": null,
1717
"LicenseType": null,
@@ -38,7 +38,7 @@
3838
"IsEnableUninstallDelayUntilReboot": true,
3939
"IsUseTempPathFork": false,
4040
"IsEnvironmentVariable": false,
41-
"OverlayInstallRemoveExt": "exe,dll,pdb,config",
41+
"OverlayInstallRemoveExt": "exe,dll,pdb,config,bat",
4242
"UnpackingPassword": null,
4343
"MessageOfPage1": null,
4444
"MessageOfPage2": null,

0 commit comments

Comments
 (0)