This commit is contained in:
antelle 2017-05-13 11:17:49 +02:00
parent 62e3e551d3
commit b027c9d658
1 changed files with 2 additions and 2 deletions

View File

@ -492,7 +492,7 @@ module.exports = function(grunt) {
options: {
info: {
arch: 'amd64',
pkgName: `KeeWeb-${pkg.version}.linux.x64.deb`,
pkgName: `KeeWeb-${pkg.version}.linux.x64.deb`
}
},
files: [
@ -505,7 +505,7 @@ module.exports = function(grunt) {
options: {
info: {
arch: 'i386',
pkgName: `KeeWeb-${pkg.version}.linux.ia32.deb`,
pkgName: `KeeWeb-${pkg.version}.linux.ia32.deb`
}
},
files: [