diff options
| author | Erwin de Haan <EraYaN@users.noreply.github.com> | 2019-09-09 23:40:51 +0200 |
|---|---|---|
| committer | Anthony Lavado <anthony@lavado.ca> | 2019-09-09 17:40:51 -0400 |
| commit | 2f2010ce59814b1358386ea5c2fb29be6d31b550 (patch) | |
| tree | c86c72b49e860d0d07bbd7d5cefd59d22c0a599f /.gitignore | |
| parent | e6a14077862aa305461f9b8b2bbe122698929f98 (diff) | |
NSIS improvements (#1692)
* Much better, but still broken
It crashes with two custom pages after one another. (So when the service should be installed).
* Fixed the problems and finished the NSIS installer.
Also ignored some of the artifacts.
* Added changes to CI for setup building.
Consolidate building and fixed git error.
Small CI fixes.
Move UX repo to SourcesDirectory
Fix stupid checkout <> clone error.
Fix typo in PowerShell command.
Artifact publish tasks can not have wildcards.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 2ce41d76e..34cf1a84c 100644 --- a/.gitignore +++ b/.gitignore @@ -264,3 +264,7 @@ ci/ # Doxygen doc/ + +# Deployment artifacts +dist +*.exe |
