diff --git a/electron-builder.yml b/electron-builder.yml index 0d50a878c..ad34a87ff 100644 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -82,6 +82,7 @@ linux: services. Your freedom to chose is why you can trust us. appImage: artifactName: 'Cozy-Drive-${version}-${arch}.${ext}' + executableArgs: [" "] # do not use --no-sandbox by default (see build/launcher-script.sh for details on when it should be used) extraResources: - from: 'build/launcher-script.sh'