diff options
| author | René Brunner <rbrunner@dreamshare.ch> | 2017-09-28 19:42:58 +0200 |
|---|---|---|
| committer | René Brunner <rbrunner@dreamshare.ch> | 2017-09-28 19:42:58 +0200 |
| commit | 8b94bd80c9f1616055ec31b3efeb6c9b7aafec8a (patch) | |
| tree | df4873877e5d5d4545778c08da6eff195fff1c12 /installers | |
| parent | 11df558f8e7b2da02cc0ac21f75936ccc42806fb (diff) | |
| download | monzero-gui-8b94bd80c9f1616055ec31b3efeb6c9b7aafec8a.tar.gz monzero-gui-8b94bd80c9f1616055ec31b3efeb6c9b7aafec8a.tar.xz monzero-gui-8b94bd80c9f1616055ec31b3efeb6c9b7aafec8a.zip | |
Windows Installer: Working dir of CLI wallet icon set to wallet dir
Diffstat (limited to 'installers')
| -rw-r--r-- | installers/windows/Monero.iss | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/installers/windows/Monero.iss b/installers/windows/Monero.iss index 143793e5..d557d45c 100644 --- a/installers/windows/Monero.iss +++ b/installers/windows/Monero.iss @@ -341,7 +341,10 @@ Name: "{group}\Uninstall GUI Wallet"; Filename: "{uninstallexe}" ; and insists on displaying ALL icons on one single level
Name: "{group}\Utilities\Monero Daemon"; Filename: "{app}\monerod.exe"; Parameters: {code:DaemonFlags}
Name: "{group}\Utilities\Read Me"; Filename: "{app}\ReadMe.htm"
-Name: "{group}\Utilities\Textual (CLI) Wallet"; Filename: "{app}\monero-wallet-cli.exe"
+
+; CLI wallet: Needs a working directory ("Start in:") set in the icon, because with no such directory set
+; it tries to create new wallets without a path given in the probably non-writable program folder and will abort with an error
+Name: "{group}\Utilities\Textual (CLI) Wallet"; Filename: "{app}\monero-wallet-cli.exe"; WorkingDir: "{userdocs}\Monero\wallets"
; Icons for troubleshooting problems / testing / debugging
; To show that they are in some way different (not for everyday use), make them visually different
|
