diff --git a/wix/bundle/.gitignore b/wix/bundle/.gitignore new file mode 100644 index 000000000..38eac8ce1 --- /dev/null +++ b/wix/bundle/.gitignore @@ -0,0 +1,3 @@ +/bin +/obj +icon.ico diff --git a/wix/bundle/Bundle.wixproj b/wix/bundle/Bundle.wixproj new file mode 100644 index 000000000..8e0b90151 --- /dev/null +++ b/wix/bundle/Bundle.wixproj @@ -0,0 +1,16 @@ + + + Bundle + .exe + x64 + x64 + + + + 5.0.2 + + + 5.0.2 + + + diff --git a/wix/bundle/Bundle.wxs b/wix/bundle/Bundle.wxs new file mode 100644 index 000000000..9c9e3c3ea --- /dev/null +++ b/wix/bundle/Bundle.wxs @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + diff --git a/wix/lan-mouse/.gitignore b/wix/lan-mouse/.gitignore new file mode 100644 index 000000000..38eac8ce1 --- /dev/null +++ b/wix/lan-mouse/.gitignore @@ -0,0 +1,3 @@ +/bin +/obj +icon.ico diff --git a/wix/lan-mouse/Folders.wxs b/wix/lan-mouse/Folders.wxs new file mode 100644 index 000000000..4e866d8a1 --- /dev/null +++ b/wix/lan-mouse/Folders.wxs @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/wix/lan-mouse/LanMouse.wixproj b/wix/lan-mouse/LanMouse.wixproj new file mode 100644 index 000000000..34bb34f58 --- /dev/null +++ b/wix/lan-mouse/LanMouse.wixproj @@ -0,0 +1,34 @@ + + + x64 + + + + 5.0.2 + + + + + GTKBIN + INSTALLFOLDER + true + + + + + + GTKICONS + SHARE + true + + + + + + GTKLIBS + LIB + true + + + + diff --git a/wix/lan-mouse/LanMouseComponents.wxs b/wix/lan-mouse/LanMouseComponents.wxs new file mode 100644 index 000000000..8466c14ba --- /dev/null +++ b/wix/lan-mouse/LanMouseComponents.wxs @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/wix/lan-mouse/Package.en-us.wxl b/wix/lan-mouse/Package.en-us.wxl new file mode 100644 index 000000000..7fa02fa55 --- /dev/null +++ b/wix/lan-mouse/Package.en-us.wxl @@ -0,0 +1,8 @@ + + + + + + diff --git a/wix/lan-mouse/Package.wxs b/wix/lan-mouse/Package.wxs new file mode 100644 index 000000000..69a469bfa --- /dev/null +++ b/wix/lan-mouse/Package.wxs @@ -0,0 +1,16 @@ + + + + + + + + + + + + + diff --git a/wix/lan-mouse/build.ps1 b/wix/lan-mouse/build.ps1 new file mode 100644 index 000000000..9cf1f3ed6 --- /dev/null +++ b/wix/lan-mouse/build.ps1 @@ -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