File tree Expand file tree Collapse file tree 2 files changed +59
-33
lines changed Expand file tree Collapse file tree 2 files changed +59
-33
lines changed Original file line number Diff line number Diff 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
3333install :
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
8787test_script :
You can’t perform that action at this time.
0 commit comments