win installer

This commit is contained in:
Jan Prochazka
2020-03-15 20:28:09 +01:00
parent 27a323f557
commit 690bf6c84e
3 changed files with 7 additions and 7 deletions

View File

@@ -14,7 +14,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [ubuntu-18.04] os: [ubuntu-18.04, windows-2016]
# os: [macOS-10.14, windows-2016, ubuntu-18.04] # os: [macOS-10.14, windows-2016, ubuntu-18.04]
steps: steps:

View File

@@ -1,11 +1,11 @@
name: Docker image name: Docker image
on: [push] # on: [push]
# on: on:
# push: push:
# branches: branches:
# - production - production
jobs: jobs:
build: build:

View File

@@ -15,7 +15,7 @@
] ]
}, },
"win": { "win": {
"target": "squirrel" "target": "nsis"
}, },
"files": [ "files": [
"packages", "packages",