Skip to content

Commit

Permalink
Update Windows installer config for Actual Installer v10
Browse files Browse the repository at this point in the history
  • Loading branch information
JWCook committed Jun 30, 2024
1 parent a0bf3fd commit d7b6ef9
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions packaging/naturtag.aip
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
[Setup]
AIVersion=9.3
AIVersion=10.0
AIEdition=1
GUID={01329D81-576C-42FE-9850-9C4C03F161FB}
AppName=Naturtag
AppEdition=
AppVersion=v0.8.0-beta
GetVerFromExe=0
AppDescription=
CompanyName=
WebSite=https://naturtag.readthedocs.io
SupportLink=https://naturtag.readthedocs.io
Copyright=Copyright © 2024 Jordan Cook
GetCopyrightFromExe=0
InstallLevel=1
UpgradeMode=0
IfInstalled=0
Expand Down Expand Up @@ -51,12 +55,15 @@ UninstallCloseMainExe=1
UninstallCloseApp=0
UninstallCloseAppFile=File.exe
UninstallCloseAppText=App
UninstallForceCloseApp=0
Updater=1
UpdateURL=https://raw.githubusercontent.com/pyinat/naturtag/main/packaging/latest.txt
CheckUpdateBefore=0
CheckUpdaterTitle=0
CheckUseDownloader=0
AllowChangeUpdate=0
GetVerFrom=2
UpdateMethod=0
CheckUseDownloader=0
AutoCheckUpdate=0
UpdateFrequency=2
AutoSilentUpdate=0
Expand All @@ -67,6 +74,7 @@ CheckUpdatePassParam=0
CheckUpdaterParam=?id=<AppVersion>
UpdaterParameters=
LaunchOnStatup=0
RegisterAppPath=0
SelectFolderMode=0
AltInstallDir=<AppData>\<AppName>
DataExtractParam=-o"<InstallDir>" -aoa
Expand Down Expand Up @@ -99,18 +107,22 @@ HideOtherLanguages=0
QueryText=0
QueryTextName=
QueryTextReq=0
QueryTextDis=0
QueryTextHide=0
QueryCustom=0
QueryCustomName=
QueryCustomReq=0
QueryCustomDis=0
QueryCustomHide=0
QueryCustomType=0
QueryCustomMustExists=0
QueryKey=0
QueryKeyName=Key:
QueryKeyReq=0
QueryKeyDis=0
QueryKeyHide=0
QueryKeyHideReg=0
QueryKeyHidePass=0
KeysCount=0
InfoCustomBox=0
InfoCustomBoxReq=0
Expand All @@ -120,6 +132,7 @@ CustomComboBoxName=
CustomComboBoxItems=
CustomComboDefItem=
ComboBoxDisableOnUpgrade=0
ComboBoxUpdateInstallDir=0
CustomComponents=0
CustomComponentsText=
CustomComponentsDesc=
Expand All @@ -139,8 +152,8 @@ CustomActionCommand=<WebSite>
CustomActionChecked=0
CustomActionAdmin=0
TotalFiles=2
SourceDirFiles=1050
SourceDirSize=162253011
SourceDirFiles=472
SourceDirSize=168013728

[GUI]
FontName=Verdana
Expand Down Expand Up @@ -169,3 +182,4 @@ LogoTransparent=1
4=metadata\__pycache__\?D
5=controllers\__pycache__\?D
6=app\__pycache__\?D

0 comments on commit d7b6ef9

Please sign in to comment.