Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/vector-im/element-desktop
Browse files Browse the repository at this point in the history
…into t3chguy/asarintegrity

# Conflicts:
#	electron-builder.ts
  • Loading branch information
t3chguy committed Jan 31, 2025
2 parents 7633588 + ae304ce commit 853de7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electron-builder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const config: Omit<Writable<Configuration>, "electronFuses"> & {
electronFuses: {
enableCookieEncryption: true,
onlyLoadAppFromAsar: true,
grantFileProtocolExtraPrivileges: true,
grantFileProtocolExtraPrivileges: false,

runAsNode: false,
enableNodeOptionsEnvironmentVariable: false,
Expand Down

0 comments on commit 853de7a

Please sign in to comment.