Skip to content

Commit d4283a4

Browse files
committed
Make appveyor great again
1 parent e99f9d3 commit d4283a4

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ install:
1717
- npm install -g npm@latest
1818
- npm install -g [email protected]
1919
- set PATH=%APPDATA%\npm;%PATH%
20-
- set PATH=C:\Program Files (x86)\Windows Kits\10\bin\x86;C:\Program Files (x86)\Windows Kits\10\bin\x64;%PATH%
20+
- set PATH=C:\Program Files (x86)\Windows Kits\10\bin\x64;%PATH%
2121
- yarn install --production=false
22-
- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
22+
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
2323
matrix:
2424
fast_finish: true
2525
build: off

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@
3535
},
3636
"make_targets": {
3737
"win32": [
38-
"squirrel",
39-
"appx"
38+
"squirrel"
4039
],
4140
"darwin": [
4241
"zip"

0 commit comments

Comments
 (0)