mirror of https://github.com/keeweb/keeweb
fixed linux helper paths
parent
99d0fa30ed
commit
1b8c9a3e0c
|
@ -774,7 +774,7 @@ module.exports = function (grunt) {
|
|||
outputName: 'keeweb-native-messaging-host'
|
||||
},
|
||||
files: {
|
||||
'tmp/desktop/KeeWeb-linux-x64/keeweb-native-messaging-host':
|
||||
'tmp/desktop/keeweb-linux-x64/keeweb-native-messaging-host':
|
||||
'extension/native-messaging-host'
|
||||
}
|
||||
},
|
||||
|
|
|
@ -28,7 +28,7 @@ module.exports = function (grunt) {
|
|||
}
|
||||
|
||||
grunt.file.copy(binPath, dest);
|
||||
fs.chmodSync(dest, 0o700);
|
||||
fs.chmodSync(dest, 0o755);
|
||||
|
||||
grunt.log.writeln(`Built ${dest}`);
|
||||
|
||||
|
|
Loading…
Reference in New Issue