windows: Add installer build
For distribution of Radicle on Windows machines, Windows Installer provides a well-known solution, that comes built in to the operating system. It also integrates with the Windows package manager WinGet.
Provide an initial version of an *.msi build, and integrate it into
GitHub actions to allow downloads via build artifacts.
5 files changed
+100
-0
993428df
→
61673f64
modified .github/workflows/build.yml
@@ -30,6 +30,14 @@ jobs:
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
added windows/.gitignore
@@ -0,0 +1,2 @@
| + | |
| + | |
added windows/Package.wxs
@@ -0,0 +1,68 @@
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
added windows/README.md
@@ -0,0 +1,17 @@
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
added windows/Radicle.wixproj
@@ -0,0 +1,5 @@
| + | |
| + | |
| + | |
| + | |
| + | |
|