|
|
@ -19,9 +19,6 @@ install: |
|
|
|
cd %APPVEYOR_BUILD_FOLDER%\build\production\Rambox\ |
|
|
|
cd %APPVEYOR_BUILD_FOLDER%\build\production\Rambox\ |
|
|
|
|
|
|
|
|
|
|
|
npm install |
|
|
|
npm install |
|
|
|
cache: |
|
|
|
|
|
|
|
- '%APPDATA%\npm-cache' |
|
|
|
|
|
|
|
- '%USERPROFILE%\.electron' |
|
|
|
|
|
|
|
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 |
|
|
|