|
|
@ -22,7 +22,6 @@ install: |
|
|
|
cache: |
|
|
|
cache: |
|
|
|
- '%APPDATA%\npm-cache' |
|
|
|
- '%APPDATA%\npm-cache' |
|
|
|
- '%USERPROFILE%\.electron' |
|
|
|
- '%USERPROFILE%\.electron' |
|
|
|
- '%APPVEYOR_BUILD_FOLDER%\build\production\Rambox\node_modules' |
|
|
|
|
|
|
|
build_script: |
|
|
|
build_script: |
|
|
|
- cmd: cd %APPVEYOR_BUILD_FOLDER%\build\production\Rambox\ |
|
|
|
- cmd: cd %APPVEYOR_BUILD_FOLDER%\build\production\Rambox\ |
|
|
|
- cmd: npm run build:win |
|
|
|
- cmd: npm run build:win |
|
|
|