Skip to content

Commit 0c88c7c

Browse files
committed
fix: windows package build error
1 parent f38688b commit 0c88c7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/scripts/windows_installer/inno_setup_config.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ AppPublisher=AppFlowy-IO
1313
VersionInfoVersion={#AppVersion}
1414

1515
[Files]
16-
Source: "AppFlowy\AppFlowy.exe";DestDir: "{app}";DestName: "appflowy_flutter.exe"
16+
Source: "AppFlowy\appflowy_flutter.exe";DestDir: "{app}";DestName: "appflowy_flutter.exe"
1717
Source: "AppFlowy\*";DestDir: "{app}"
1818
Source: "AppFlowy\data\*";DestDir: "{app}\data\"; Flags: recursesubdirs
1919

0 commit comments

Comments
 (0)