Skip to content

Commit dadead0

Browse files
author
JooHyung Park
committed
Fix MSIX appExecutable path
Explicitly set appExecutable to match packagerConfig.executableName. Error: The file name "app\TalkToFigma Desktop.exe" doesn't exist Solution: Set appExecutable to 'talktofigma-desktop.exe' which matches the actual executable name from packagerConfig.executableName
1 parent 6633ba4 commit dadead0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

forge.config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ const config: ForgeConfig = {
3737
packageDisplayName: 'TalkToFigma Desktop',
3838
// appDisplayName: User-facing app name (spaces allowed)
3939
appDisplayName: 'TalkToFigma Desktop',
40+
// appExecutable: Must match packagerConfig.executableName
41+
appExecutable: 'talktofigma-desktop.exe',
4042
},
4143
// Code signing will be configured in CI via windowsSignOptions
4244
}, ['win32']),

0 commit comments

Comments
 (0)