Browse Source

Versioning

pull/1636/merge
Ramiro Saenz 7 years ago
parent
commit
a5e1804807
  1. 12
      app/package.json
  2. 18
      appveyor.yml

12
app/package.json

@ -1,7 +1,7 @@
{
"name": "Rambox",
"productName": "Rambox",
"version": "0.5.17",
"version": "0.5.18",
"description": "Rambox",
"main": "electron/main.js",
"private": true,
@ -30,13 +30,15 @@
"license": "GPL-3.0",
"dependencies": {
"@exponent/electron-cookies": "2.0.0",
"auth0-js": "^8.12.3",
"auth0-lock": "^10.22.0",
"auth0-js": "^9.7.3",
"auto-launch-patched": "5.0.2",
"electron-store": "2.0.0",
"crypto": "^1.0.1",
"electron-context-menu": "0.9.1",
"electron-is-dev": "^0.3.0",
"mime": "^1.4.0",
"electron-store": "^2.0.0",
"mime": "^2.3.1",
"request": "^2.88.0",
"request-promise": "^4.2.2",
"rimraf": "2.6.1",
"tmp": "0.0.28"
}

18
appveyor.yml

@ -1,4 +1,4 @@
version: 0.5.17
version: 0.5.18
environment:
matrix:
- nodejs_version: '8'
@ -14,17 +14,17 @@ install:
- ps: Install-Product node $env:nodejs_version
- cmd: >-
git reset --hard HEAD
npm run sencha:clean
git clone https://github.com/saenzramiro/rambox-build.git %APPVEYOR_BUILD_FOLDER%\build\production\Rambox\
npm install npm@5.7.1 -g
npm install
npm --prefix %APPVEYOR_BUILD_FOLDER%\build\production\Rambox\ install %APPVEYOR_BUILD_FOLDER%\build\production\Rambox\
npm prune
cache:
- '%APPDATA%\npm-cache'
@ -34,9 +34,9 @@ cache:
build_script:
- cmd: >-
node --version
npm --version
node_modules/.bin/build --win --ia32 --x64
test: off
artifacts:

Loading…
Cancel
Save