Update postPackage script path in Electrobun configuration for consistency
Some checks failed
farmcontrol/farmcontrol-server/pipeline/head There was a failure building this commit

This commit is contained in:
Tom Butcher 2026-07-28 22:40:03 +01:00
parent f3ae50c788
commit b4755174d9

View File

@ -32,6 +32,6 @@ export default {
exitOnLastWindowClosed: false, exitOnLastWindowClosed: false,
}, },
scripts: { scripts: {
postPackage: "bun scripts/finalize-desktop-artifacts.mjs", postPackage: "scripts/finalize-desktop-artifacts.mjs",
}, },
}; };