diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2019-12-13 14:52:21 +0100 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2019-12-13 14:52:21 +0100 |
commit | 718d5f7488d87dd60b172c0f19aaedfb5b2b3b64 (patch) | |
tree | 19ccc8ce086c9683ee0bd1cf5f036f6e7b9e5d04 /branding | |
parent | 2f49515a8a46dc82687d1fff4de615f29a4be6e4 (diff) |
[ci] grab newest nsis version, backup copy of nssm
Diffstat (limited to 'branding')
-rwxr-xr-x | branding/templates/makefile/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/branding/templates/makefile/Makefile b/branding/templates/makefile/Makefile index 39c4a50..8acb01a 100755 --- a/branding/templates/makefile/Makefile +++ b/branding/templates/makefile/Makefile @@ -108,10 +108,12 @@ clean: staging\nssm.exe: xcopy /y "C:\ProgramData\chocolatey\lib\NSSM\tools\nssm.exe" $(STAGING) staging/nssm.exe: - wget https://nssm.cc/release/nssm-2.24.zip -O $(STAGING)/nssm.zip - unzip $(STAGING)/nssm.zip -d $(STAGING) - mv $(STAGING)/nssm-*/win32/nssm.exe $(STAGING) - rm -rf $(STAGING)/nssm-* $(STAGING)/nssm.zip + #wget https://nssm.cc/release/nssm-2.24.zip -O $(STAGING)/nssm.zip + #unzip $(STAGING)/nssm.zip -d $(STAGING) + #mv $(STAGING)/nssm-*/win32/nssm.exe $(STAGING) + #rm -rf $(STAGING)/nssm-* $(STAGING)/nssm.zip + # BACKUP IN CASE THE OFFICIAL SITE IS UNAVAILABLE + wget https://downloads.leap.se/thirdparty/windows/nssm.exe -O $(STAGING)/nssm.exe staging\openvpn\openvpn.exe: if not exist staging\openvpn mkdir staging\openvpn |