feature(updater): Implement auto-updating system using AppCast protocol
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#define MyAppName "MoonWell Launcher"
|
||||
#define MyAppExeName "MoonWell.exe"
|
||||
#define MyAppVersion "1.0.0"
|
||||
#ifndef MyAppVersion
|
||||
#define MyAppVersion "1.0.0"
|
||||
#endif
|
||||
#define MyAppPublisher "MoonWell"
|
||||
#define MyAppURL "https://moon-well.online"
|
||||
#define MyAppAssocName MyAppName + " Launcher"
|
||||
@@ -19,7 +21,7 @@ DefaultGroupName={#MyAppName}
|
||||
DisableProgramGroupPage=yes
|
||||
PrivilegesRequired=lowest
|
||||
OutputDir=..\build\installer
|
||||
OutputBaseFilename=moonwell_launcher_setup
|
||||
OutputBaseFilename=moonwell_launcher_{#MyAppVersion}_windows_setup
|
||||
SetupIconFile=..\windows\runner\resources\app_icon.ico
|
||||
UninstallDisplayIcon={app}\{#MyAppExeName}
|
||||
Compression=lzma
|
||||
|
||||
Reference in New Issue
Block a user