feature/IO-3725-RPS-Changes - Upgrade Electron / Related Electron packages / Sentry For Electron

This commit is contained in:
Dave
2026-05-28 15:10:04 -04:00
parent b6cd010409
commit 5f860d26e3
7 changed files with 1645 additions and 2997 deletions

View File

@@ -0,0 +1,9 @@
const { build } = require("./package.json");
module.exports = {
...build,
win: {
...build.win,
azureSignOptions: null
}
};