]> Nutra Git (v1) - gamesguru/feather.git/commitdiff
Windows installer: don't disable dir page
authortobtoht <thotbot@protonmail.com>
Fri, 25 Feb 2022 14:27:39 +0000 (15:27 +0100)
committertobtoht <thotbot@protonmail.com>
Fri, 25 Feb 2022 14:28:19 +0000 (15:28 +0100)
contrib/installers/windows/feather.iss

index 3d24e8ec2bbc3fc47e4c0f493d92861dc39803a5..799bb0b088971bd2c32ff27c061fdbb8078c6377 100644 (file)
@@ -1,5 +1,5 @@
 ; Feather Wallet Installer for Windows
-; Copyright (c) 2021-2021, The Monero Project
+; Copyright (c) 2021-2022, The Monero Project
 
 #define AppName "Feather Wallet"
 #define AppVersion "1.0.2"
@@ -17,7 +17,7 @@ AppPublisherURL={#AppURL}
 AppSupportURL={#AppURL}
 AppUpdatesURL={#AppURL}
 DefaultDirName={autopf}\{#AppName}
-DisableDirPage=yes
+DisableDirPage=no
 DisableProgramGroupPage=yes
 ; Uncomment the following line to run in non administrative install mode (install for current user only.)
 ;PrivilegesRequired=lowest