1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-26 07:39:04 +02:00

Merge branch 'master' into develop

This commit is contained in:
antelle 2016-04-05 20:53:37 +03:00
commit 50674a43f1
2 changed files with 2 additions and 2 deletions

View File

@ -118,7 +118,7 @@ module.exports = function(grunt) {
nonull: true
},
'desktop_linux_deb_x64': {
src: 'tmp/desktop/keeweb-desktop_1.0.4-1_amd64.deb',
src: 'tmp/desktop/keeweb-desktop_*_amd64.deb',
dest: 'dist/desktop/KeeWeb.linux.x64.deb',
nonull: true
}

View File

@ -8,6 +8,6 @@
"license": "MIT",
"readme": "../README.md",
"dependencies": {
"node-stream-zip": "^1.2.1"
"node-stream-zip": "^1.3.3"
}
}