fix: ask for installation mode at start
This commit is contained in:
parent
9e93dc5e6d
commit
8325b270e0
2 changed files with 5 additions and 3 deletions
|
@ -14,9 +14,11 @@ Compression=lzma
|
|||
SolidCompression=yes
|
||||
SetupIconFile={{SETUP_ICON_FILE}}
|
||||
WizardStyle=modern
|
||||
PrivilegesRequired={{PRIVILEGES_REQUIRED}}
|
||||
;PrivilegesRequired={{PRIVILEGES_REQUIRED}}
|
||||
PrivilegesRequiredOverridesAllowed=dialog
|
||||
ArchitecturesAllowed=x64
|
||||
ArchitecturesInstallIn64BitMode=x64
|
||||
UninstallDisplayIcon={app}\auth.exe
|
||||
|
||||
[Languages]
|
||||
{% for locale in LOCALES %}
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
app_id: 9E5F0C93-96A3-4DA9-AE52-1AA6339851FC
|
||||
publisher: ente.io
|
||||
publisher_url: https://github.com/ente-io/ente
|
||||
display_name: ente Auth
|
||||
display_name: Ente Auth
|
||||
create_desktop_icon: false
|
||||
install_dir_name: "{pf}\\Ente Auth"
|
||||
install_dir_name: "{autopf}\\Ente Auth"
|
||||
setup_icon_file: ../../assets/icons/auth-icon.ico
|
||||
script_template: inno_setup.iss
|
||||
locales:
|
||||
|
|
Loading…
Add table
Reference in a new issue