Skip to content

Commit

Permalink
[installer] Add desktop and start menu shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
Breakthrough committed Jan 17, 2025
1 parent d68439f commit 0e828b4
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 33 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ deploy:
url: https://app.signpath.io/API/v1/f2efa44c-5b5c-45f2-b44f-8f9dde708313/Integrations/AppVeyor?ProjectSlug=DVR-Scan&SigningPolicySlug=release-signing
authorization:
secure: FBgWCaxCCKOqc2spYf5NGWSNUGLbT5WeuC5U0k4Of1Ids9n51YWxhGlMyzLbdNBFe64RUcOSzk/N3emlQzbsJg==
on:
APPVEYOR_REPO_TAG: true # keep casing this way for Linux builds where variables are case-sensitive
# on:
# APPVEYOR_REPO_TAG: true # keep casing this way for Linux builds where variables are case-sensitive

install:
- echo * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
Expand Down Expand Up @@ -81,7 +81,7 @@ install:
- move installer\DVR-Scan-*.msi .
- cp dvr-scan\dvr-scan.exe .
- cp dvr-scan\dvr-scan-app.exe .
- 7z a dvr-scan-signed.zip dvr-scan.exe DVR-Scan-*.msi
- 7z a dvr-scan-signed.zip dvr-scan.exe dvr-scan-app.exe DVR-Scan-*.msi
- cd ..

test_script:
Expand Down
Loading

0 comments on commit 0e828b4

Please sign in to comment.