update cache locations for windows

This commit is contained in:
Kyle Spearrin 2019-03-12 22:22:10 -04:00
parent 6a65901b87
commit 0cd0ef60f0
1 changed files with 2 additions and 1 deletions

View File

@ -69,7 +69,8 @@ for:
only:
- image: Visual Studio 2017
cache:
- '%USERPROFILE%\.electron -> appveyor.yml'
- '%LOCALAPPDATA%\electron -> appveyor.yml'
- '%LOCALAPPDATA%\electron-builder -> appveyor.yml'
-
matrix: