Skip to content

Commit 5134016

Browse files
committed
Fix Linux build binary name issue by adding executableName setting
1 parent 2c515eb commit 5134016

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

forge.config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ const config: ForgeConfig = {
6464
],
6565
icon: "./assets/icon/logo",
6666

67+
executableName: "alifullstack",
68+
6769
osxSign: undefined, // Temporarily disable signing for development build
6870
osxNotarize: undefined, // Temporarily disable notarization for development build
6971
asar: true,

0 commit comments

Comments
 (0)