-
Andrei Gavrilescu authored
Co-authored-by:
Annika Wickert <awlx@users.noreply.github.com>
Andrei Gavrilescu authoredCo-authored-by:
Annika Wickert <awlx@users.noreply.github.com>
appveyor.yml 193 B
image: Visual Studio 2017
platform:
- x64
cache:
- node_modules
- '%USERPROFILE%\.electron'
install:
- ps: Install-Product node 12 x64
- npm install
build_script:
- npm run dist