-
-
Notifications
You must be signed in to change notification settings - Fork 429
/
appveyor.yml
34 lines (26 loc) · 863 Bytes
/
appveyor.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
image: Visual Studio 2019
platform:
- x64
init:
- git config --global core.autocrlf input
install:
- pip install castlabs-evs
- corepack enable
- corepack prepare pnpm@latest-8 --activate
- pnpm install
- pnpm download-helper-binaries
environment:
GH_TOKEN:
secure: kZMGyhBmfPsJKEryrd+I7gTEudm8tW0jSrKKhtT/3fbqKQzndTWp47C1Eetx5kFs
build_script:
- npm run sign:win
- 7z.exe a -tzip dist\HeroicWin.zip dist\*x64.exe dist\*.blockmap dist\*.yml
test: off
artifacts:
- path: dist\HeroicWin.zip
name: Heroic_setup
deploy:
- provider: Webhook
url: https://app.signpath.io/API/v1/f7f99393-5adb-408c-8ca3-67e07cfe31e6/Integrations/AppVeyor?ProjectSlug=HeroicGamesLauncher&SigningPolicySlug=release-signing
authorization:
secure: 0xlTR3DMFume9u66Kf7WkMP1sMl9S7GMoP8vZgrIAKr/eHXCKfLBM+LbmACtCHWoqeTXVIuAYCfUJIPoJt1SBA==