Skip to content

Commit b75d8ed

Browse files
committed
chore(msi): Bundle and set MSI icon
1 parent 7d935e6 commit b75d8ed

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

build/msi/fibratus.ico

114 KB
Binary file not shown.

build/msi/fibratus.wxs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414

1515
<Media Id="1" Cabinet="fibratus.cab" EmbedCab="yes" />
1616

17+
<Icon Id="Fibratus.ico" SourceFile="fibratus.ico" />
18+
19+
<Property Id="ARPPRODUCTICON" Value="Fibratus.ico" />
20+
1721
<MajorUpgrade Schedule="afterInstallInitialize" DowngradeErrorMessage="A later version of [ProductName] is already installed" AllowSameVersionUpgrades="yes" />
1822

1923
<UI Id="UI">

make.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ echo Copying artifacts...
116116
:: Copy artifacts
117117
copy /y ".\cmd\fibratus\fibratus.exe" "%RELEASE_DIR%\Bin"
118118
copy /y ".\cmd\systray\fibratus-systray.exe" "%RELEASE_DIR%\Bin"
119+
copy /y ".\cmd\fibratus\fibratus.ico" "%RELEASE_DIR%\Bin"
119120
copy /y ".\configs\fibratus.yml" "%RELEASE_DIR%\Config\fibratus.yml"
120121
copy /y ".\pkg\outputs\eventlog\mc\fibratus.dll" "%RELEASE_DIR%\fibratus.dll"
121122

@@ -175,6 +176,7 @@ echo Copying artifacts...
175176
:: Copy artifacts
176177
copy /y ".\cmd\fibratus\fibratus.exe" "%RELEASE_DIR%\Bin"
177178
copy /y ".\cmd\systray\fibratus-systray.exe" "%RELEASE_DIR%\Bin"
179+
copy /y ".\cmd\fibratus\fibratus.ico" "%RELEASE_DIR%\Bin"
178180
copy /y ".\configs\fibratus.yml" "%RELEASE_DIR%\Config\fibratus.yml"
179181
copy /y ".\pkg\outputs\eventlog\mc\fibratus.dll" "%RELEASE_DIR%\fibratus.dll"
180182

0 commit comments

Comments
 (0)