removed support for linux/ia32

See more details here: https://electronjs.org/blog/linux-32bit-support
This commit is contained in:
antelle 2019-08-18 11:17:00 +02:00
parent ba2d9415be
commit 2a4ed6f264
2 changed files with 2 additions and 37 deletions

View File

@ -282,7 +282,7 @@ module.exports = function(grunt) {
linux: {
options: {
platform: 'linux',
arch: ['x64', 'ia32'],
arch: ['x64'],
icon: 'graphics/icon.ico'
}
},
@ -352,13 +352,6 @@ module.exports = function(grunt) {
{ cwd: 'tmp/desktop/KeeWeb-linux-x64', src: '**', expand: true },
{ cwd: 'graphics', src: '128x128.png', nonull: true, expand: true }
]
},
'linux-ia32': {
options: { archive: `dist/desktop/KeeWeb-${pkg.version}.linux.ia32.zip` },
files: [
{ cwd: 'tmp/desktop/KeeWeb-linux-ia32', src: '**', expand: true },
{ cwd: 'graphics', src: '128x128.png', nonull: true, expand: true }
]
}
},
appdmg: {
@ -464,35 +457,6 @@ module.exports = function(grunt) {
nonull: true
}
]
},
'linux-ia32': {
options: {
info: {
arch: 'i386',
pkgName: `KeeWeb-${pkg.version}.linux.ia32.deb`,
targetDir: 'dist/desktop',
appName: 'KeeWeb',
depends: 'libappindicator1, libgconf-2-4',
scripts: {
postinst: 'package/deb/scripts/postinst'
}
}
},
files: [
{ cwd: 'package/deb/usr', src: '**', dest: '/usr', expand: true, nonull: true },
{
cwd: 'tmp/desktop/KeeWeb-linux-ia32/',
src: '**',
dest: '/opt/keeweb-desktop',
expand: true,
nonull: true
},
{
src: 'graphics/128x128.png',
dest: '/usr/share/icons/hicolor/128x128/apps/keeweb.png',
nonull: true
}
]
}
},
'sign-archive': {

View File

@ -9,6 +9,7 @@ Release notes
`-` fix #1171: enabled updater on linux
`*` upgraded build system
`*` upgraded electron to v6
`-` removed support for linux/ia32: https://electronjs.org/blog/linux-32bit-support
##### v1.8.2 (2019-04-22)
`-` fix #1163: fixed libgconf-2-4 dependency