fix #890: deb will no longer install to /opt

pull/1432/head
antelle 3 years ago
parent 76304395bd
commit eedc4374b9

@ -520,7 +520,7 @@ module.exports = function(grunt) {
{
cwd: 'tmp/desktop/KeeWeb-linux-x64/',
src: '**',
dest: '/opt/keeweb-desktop',
dest: '/usr/share/keeweb-desktop',
expand: true,
nonull: true
},

@ -1,2 +1,2 @@
#!/bin/bash
/opt/keeweb-desktop/KeeWeb "$@"
/usr/share/keeweb-desktop/KeeWeb "$@"

@ -17,6 +17,7 @@ Release notes
`+` #572: RPM distributable
`+` #450: Snap distributable
`+` #855: appdata file in deb packages
`*` fix #890: deb will no longer install to /opt
`-` fix #1396: fixed hyperlinks in notes
`-` fix #1323: version in the About dialog
`-` fix #734: OTP secrets with spaces

Loading…
Cancel
Save