diff options
| author | selsta <selsta@sent.at> | 2019-12-10 22:06:32 +0100 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2020-02-13 16:45:08 +0100 |
| commit | d175070f55bd7637b9f70ae1141fee749c206b25 (patch) | |
| tree | 0681d4fb85b9bf12d224b573c0001795361522b1 /installers | |
| parent | 1cee81b99604b1a7fa6683f18141709e3a1056ba (diff) | |
| download | monzero-gui-d175070f55bd7637b9f70ae1141fee749c206b25.tar.gz monzero-gui-d175070f55bd7637b9f70ae1141fee749c206b25.tar.xz monzero-gui-d175070f55bd7637b9f70ae1141fee749c206b25.zip | |
installer: change blockchain folder string
Diffstat (limited to 'installers')
| -rw-r--r-- | installers/windows/Monero.iss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/installers/windows/Monero.iss b/installers/windows/Monero.iss index e3677901..12a90509 100644 --- a/installers/windows/Monero.iss +++ b/installers/windows/Monero.iss @@ -166,6 +166,7 @@ Type: files; Name: "{app}\libssp-0.dll" Type: files; Name: "{app}\libhidapi-0.dll"
Type: files; Name: "{app}\libeay32.dll"
Type: files; Name: "{app}\ssleay32.dll"
+Type: files; Name: "{group}\Utilities\x (Check Blockchain Folder).lnk"
[Tasks]
@@ -333,7 +334,7 @@ Name: "{group}\Utilities\Textual (CLI) Wallet"; Filename: "{app}\monero-wallet-c ; Icons for troubleshooting problems / testing / debugging
; To show that they are in some way different (not for everyday use), make them visually different
; from the others by text, and make them sort at the end by the help of "x" in front
-Name: "{group}\Utilities\x (Check Blockchain Folder)"; Filename: "{win}\Explorer.exe"; Parameters: {code:BlockChainDir}
+Name: "{group}\Utilities\x (Check Default Blockchain Folder)"; Filename: "{win}\Explorer.exe"; Parameters: {code:BlockChainDir}
Name: "{group}\Utilities\x (Check Daemon Log)"; Filename: "Notepad"; Parameters: {code:DaemonLog}
Name: "{group}\Utilities\x (Check Default Wallet Folder)"; Filename: "{win}\Explorer.exe"; Parameters: """{userdocs}\Monero\wallets"""
Name: "{group}\Utilities\x (Check GUI Wallet Log)"; Filename: "Notepad"; Parameters: """{userappdata}\monero-wallet-gui\monero-wallet-gui.log"""
|
