forked from Heroic-Games-Launcher/HeroicGamesLauncher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappveyor.yml
34 lines (25 loc) · 756 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
cache:
- node_modules
- '%USERPROFILE%\.electron'
install:
- ps: Install-Product node 16 x64
- npm i --legacy-peer-deps
environment:
GH_TOKEN:
secure: kZMGyhBmfPsJKEryrd+I7gTEudm8tW0jSrKKhtT/3fbqKQzndTWp47C1Eetx5kFs
build_script:
- yarn release:win
test: off
artifacts:
- path: dist\Heroic*.exe
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==