version number appearing in Uninstall control panel (windows)

preferencesAboutTextFull
Clément Fauconnier 5 years ago
parent 410d0ff173
commit bf87dc6943
  1. 3
      release_scripts/windows/OpenBoard.iss

@ -1,7 +1,7 @@
; Script generated by the Inno Setup Script Wizard.
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
#define ApplicationVersion GetFileVersion("build\win32\release\product\OpenBoard.exe")
#define ApplicationVersion GetFileVersion("..\..\build\win32\release\product\OpenBoard.exe")
[Setup]
@ -12,6 +12,7 @@ AppId={{8CCA6AC7-BBF9-4DD2-8E70-A907E0FCA38F}}
AppName=OpenBoard
AppVersion={#ApplicationVersion}
AppVerName=OpenBoard {#ApplicationVersion}
UninstallDisplayName=OpenBoard
AppPublisher=Open Education Foundation

Loading…
Cancel
Save