mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-03-31 09:00:54 +03:00
add application icon
This commit is contained in:
3
wix/.gitignore
vendored
3
wix/.gitignore
vendored
@@ -1,2 +1,3 @@
|
|||||||
/bin
|
/bin
|
||||||
/obj
|
/obj
|
||||||
|
icon.ico
|
||||||
|
|||||||
@@ -9,9 +9,17 @@
|
|||||||
Name="!(bind.Property.ProductName)"
|
Name="!(bind.Property.ProductName)"
|
||||||
Description ="Mouse and Keyboard sharing Software"
|
Description ="Mouse and Keyboard sharing Software"
|
||||||
Target="[INSTALLFOLDER]lan-mouse.exe"
|
Target="[INSTALLFOLDER]lan-mouse.exe"
|
||||||
WorkingDirectory="INSTALLFOLDER"/>
|
WorkingDirectory="INSTALLFOLDER">
|
||||||
|
<Icon Id="LanMouse" SourceFile=".\icon.ico"/>
|
||||||
|
</Shortcut>
|
||||||
<RemoveFolder Id="ApplicationProgramsFolder" On="uninstall"/>
|
<RemoveFolder Id="ApplicationProgramsFolder" On="uninstall"/>
|
||||||
<RegistryValue Root="HKCU" Key="Software\Feschber\LanMouse" Name="installed" Type="integer" Value="1" KeyPath="yes"/>
|
<RegistryValue
|
||||||
|
Root="HKCU"
|
||||||
|
Key="Software\Feschber\LanMouse"
|
||||||
|
Name="installed"
|
||||||
|
Type="integer"
|
||||||
|
Value="1"
|
||||||
|
KeyPath="yes"/>
|
||||||
</Component>
|
</Component>
|
||||||
</ComponentGroup>
|
</ComponentGroup>
|
||||||
</Fragment>
|
</Fragment>
|
||||||
|
|||||||
2
wix/build.ps1
Normal file
2
wix/build.ps1
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
magick -background none -density 384 ..\lan-mouse-gtk\resources\de.feschber.LanMouse.svg -trim -define icon:auto-resize icon.ico
|
||||||
|
dotnet build
|
||||||
@@ -6,7 +6,7 @@
|
|||||||
UpgradeCode="a330cd60-4c35-4a54-8bb6-75b3049b46c6">
|
UpgradeCode="a330cd60-4c35-4a54-8bb6-75b3049b46c6">
|
||||||
<MajorUpgrade DowngradeErrorMessage="!(loc.DowngradeError)" />
|
<MajorUpgrade DowngradeErrorMessage="!(loc.DowngradeError)" />
|
||||||
|
|
||||||
<MediaTemplate EmbedCab="yes"/>
|
<MediaTemplate EmbedCab="yes"/>
|
||||||
<Feature Id="Main">
|
<Feature Id="Main">
|
||||||
<ComponentGroupRef Id="LanMouseComponents"/>
|
<ComponentGroupRef Id="LanMouseComponents"/>
|
||||||
</Feature>
|
</Feature>
|
||||||
|
|||||||
Reference in New Issue
Block a user