Add executableName to packager config

This commit is contained in:
Max Goodhart
2025-02-22 16:04:26 -08:00
parent 76d12f363b
commit 771384cfc5

View File

@@ -9,6 +9,7 @@ import { FuseV1Options, FuseVersion } from '@electron/fuses'
const config: ForgeConfig = {
packagerConfig: {
executableName: 'streamwall',
asar: true,
},
rebuildConfig: {},