Commit graph

11 commits

Author SHA1 Message Date
paulober
27262ff5ae
Added native min os version blocking
Signed-off-by: paulober <44974737+paulober@users.noreply.github.com>
2024-05-24 16:15:04 +02:00
paulober
1990952a62
Fix distribution.xml + min macos version requirements
Signed-off-by: paulober <44974737+paulober@users.noreply.github.com>
2024-05-24 16:08:22 +02:00
paulober
18f41db31a
Removed redundant specifications
Signed-off-by: paulober <44974737+paulober@users.noreply.github.com>
2024-05-22 00:27:29 +02:00
Paul
aeb0ac74ec
Update choice title
Co-authored-by: Andy Feller <andyfeller@github.com>
2024-05-21 18:26:03 +02:00
Paul
b1a6ce3e75
Update pkg title
Co-authored-by: Andy Feller <andyfeller@github.com>
2024-05-21 18:23:01 +02:00
paulober
f1c3534c41
Add macOS pkg installer to deployment 2023-07-07 12:00:59 +02:00
Mislav Marohnić
8b987e2deb
New deployment workflow
Add ability to trigger deployments without having to push a git tag
2023-05-09 20:23:54 +02:00
Heath Stewart
a6c7bd8326 Resolve PR feedback
* Removed license dialog
* Removed RTF copy of license
2021-09-18 09:23:43 -07:00
Heath Stewart
2fa3de9ba4 Resolve PR feedback 2021-09-07 23:02:59 -07:00
Heath Stewart
cb599af1a3 Make sure correct step output is set
Also simplifies directories for an always-release binary.
2021-09-05 09:15:36 -07:00
Heath Stewart
5fad092b9e Refactor Windows Installer setup
Resolves #703 along with several other issues:

* Build an x64 MSI for an x64 executable. This means the binary is installed to C:\Program Files, by default, rather than C:\Program Files (x86) without the ability to redirect it to 64-bit locations.
* Environment change to PATH is not system-wide, which for a per-machine install it should be so all users who can access the executable have it in their PATH.
* Environment change to PATH is not cleaned up when uninstalled.
* RTF conversion of LICENSE was difficult to read. A simple conversion script is checked in to facilitate regenerating RTF from root LICENSE.
2021-09-05 01:01:58 -07:00