Skip to content

Commit 0e828b4

Browse files
committed
[installer] Add desktop and start menu shortcuts
1 parent d68439f commit 0e828b4

File tree

2 files changed

+59
-33
lines changed

2 files changed

+59
-33
lines changed

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ deploy:
2727
url: https://app.signpath.io/API/v1/f2efa44c-5b5c-45f2-b44f-8f9dde708313/Integrations/AppVeyor?ProjectSlug=DVR-Scan&SigningPolicySlug=release-signing
2828
authorization:
2929
secure: FBgWCaxCCKOqc2spYf5NGWSNUGLbT5WeuC5U0k4Of1Ids9n51YWxhGlMyzLbdNBFe64RUcOSzk/N3emlQzbsJg==
30-
on:
31-
APPVEYOR_REPO_TAG: true # keep casing this way for Linux builds where variables are case-sensitive
30+
# on:
31+
# APPVEYOR_REPO_TAG: true # keep casing this way for Linux builds where variables are case-sensitive
3232

3333
install:
3434
- echo * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
@@ -81,7 +81,7 @@ install:
8181
- move installer\DVR-Scan-*.msi .
8282
- cp dvr-scan\dvr-scan.exe .
8383
- cp dvr-scan\dvr-scan-app.exe .
84-
- 7z a dvr-scan-signed.zip dvr-scan.exe DVR-Scan-*.msi
84+
- 7z a dvr-scan-signed.zip dvr-scan.exe dvr-scan-app.exe DVR-Scan-*.msi
8585
- cd ..
8686

8787
test_script:

0 commit comments

Comments
 (0)