Skip to content

Commit fa80882

Browse files
author
Christian Seibold
committed
Fix ZeroNet.cmd file, Add ZeroNet icon to shortcuts
1 parent d8e5d0c commit fa80882

File tree

8 files changed

+6
-5
lines changed

8 files changed

+6
-5
lines changed

Output/ZeroNetInstaller.exe

20.6 KB
Binary file not shown.

ZeroBundle/ZeroNet.cmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
@echo off
2+
cd %~dp0
23
if "%1" == "" (
34
Python\python.exe -m zerobundle.run https://github.com/HelloZeroNet/ZeroNet start.py
45
) else (

ZeroBundle/ZeroNet.ico

36.6 KB
Binary file not shown.

ZeroNet-win-dist/meek-client.ico

389 Bytes
Binary file not shown.

ZeroNet-win-dist/obfs4proxy.ico

389 Bytes
Binary file not shown.

ZeroNet-win-dist/openssl.ico

389 Bytes
Binary file not shown.

ZeroNet-win-dist/tor.ico

389 Bytes
Binary file not shown.

ZeroNetInstaller.iss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@ Source: "Plugins\P2P-messages\*"; DestDir: "{app}\ZeroNet\plugins\P2P-messages";
6969

7070
[Icons]
7171
Name: "{group}\Data directory"; Filename: "{app}\ZeroNet\data"; Flags: foldershortcut
72-
Name: "{group}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; \
72+
Name: "{group}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; IconFilename: "{app}\ZeroNet.ico"; \
7373
AfterInstall: SetElevationBit('{group}\{#MyAppName}.lnk')
7474
Name: "{group}\{cm:ProgramOnTheWeb,{#MyAppName}}"; Filename: "{#MyAppURL}"
7575
Name: "{group}\{cm:UninstallProgram,{#MyAppName}}"; Filename: "{uninstallexe}"
76-
Name: "{commondesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon; \
76+
Name: "{commondesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon; IconFilename: "{app}\ZeroNet.ico"; \
7777
AfterInstall: SetElevationBit('{commondesktop}\{#MyAppName}.lnk')
7878

7979
[Run]
@@ -89,9 +89,9 @@ Root: HKLM; Subkey: "SYSTEM\CurrentControlSet\Control\Session Manager\Environmen
8989
ValueType: String; ValueName: "ZERONET_BUNDLE_ROOT"; ValueData: "{app}"; Flags: uninsdeletekeyifempty uninsdeletevalue;
9090
Root: HKLM; Subkey: "SYSTEM\CurrentControlSet\Control\Session Manager\Environment"; \
9191
ValueType: String; ValueName: "ZERONET_DATA_DIR"; ValueData: "{app}\ZeroNet\data"; Flags: uninsdeletekeyifempty uninsdeletevalue;
92-
; Root: HKLM; Subkey: "SYSTEM\CurrentControlSet\Control\Session Manager\Environment"; \
93-
ValueType: expandsz; ValueName: "Path"; ValueData: "{olddata};{app}\bin"; \
94-
Check: NeedsAddPath(ExpandConstant('{app}\bin'))
92+
Root: HKLM; Subkey: "SYSTEM\CurrentControlSet\Control\Session Manager\Environment"; \
93+
ValueType: expandsz; ValueName: "Path"; ValueData: "{olddata};{app}"; \
94+
Check: NeedsAddPath(ExpandConstant('{app}'))
9595

9696
[InstallDelete]
9797
; Delete files from old installation, version 1.2 and below

0 commit comments

Comments
 (0)