1
0
Fork 0
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:
Michael Hollister 2025-04-30 10:37:21 -05:00
parent 71a2c06b8c
commit 7f9d7939bc

View file

@ -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;