mirror of
https://github.com/AppFlowy-IO/AppFlowy
synced 2026-05-24 09:38:25 +00:00
chore: inno setup ignore version on .exe (#6745)
This commit is contained in:
parent
a0d8711d5c
commit
09717d92c5
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ VersionInfoVersion={#AppVersion}
|
|||
UsePreviousAppDir=no
|
||||
|
||||
[Files]
|
||||
Source: "AppFlowy\AppFlowy.exe";DestDir: "{app}";DestName: "AppFlowy.exe"
|
||||
Source: "AppFlowy\AppFlowy.exe"; DestDir: "{app}"; DestName: "AppFlowy.exe"; Flags: ignoreversion
|
||||
Source: "AppFlowy\*";DestDir: "{app}"
|
||||
Source: "AppFlowy\data\*";DestDir: "{app}\data\"; Flags: recursesubdirs
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue