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

18
appveyor.yml

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

Loading…
Cancel
Save