mirror of
https://gitlab.com/futo-org/fcast.git
synced 2025-06-24 21:25:23 +00:00
Electron: Disable safe storage to suppress KWallet password prompt
This commit is contained in:
parent
71a2c06b8c
commit
7f9d7939bc
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ module.exports = {
|
|||
'else\n' +
|
||||
'\tbin="$0.app"\n' +
|
||||
'fi\n' +
|
||||
'"$bin" --no-sandbox $*'
|
||||
'"$bin" --no-sandbox --password-store=basic $*'
|
||||
);
|
||||
fs.chmodSync(`./out/${APPLICATION_NAME}-${packageResults.platform}-${packageResults.arch}/${APPLICATION_NAME}`, 0o755);
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue