Skip to content

Commit 8224068

Browse files
fix windows autostart + icon edit
1 parent f8644a5 commit 8224068

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
0 Bytes
Binary file not shown.

cmake/windows/inno/windows.iss.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ Source: "{#ComponentStagingDir}\dependencies\*"; DestDir: "{app}"; Excludes: "\b
146146
Source: "{#ComponentStagingDir}\dependencies\bin\{#VCRedist}"; DestDir: {tmp}; Flags: deleteafterinstall
147147

148148
[Registry]
149-
Root: HKCU; Subkey: "Software\Microsoft\Windows\CurrentVersion\Run"; ValueType: string; ValueName: "Hyperion"; ValueData: "{app}\hyperiond.exe"; Flags:uninsdeletevalue; Tasks: autostart
149+
Root: HKCU; Subkey: "Software\Microsoft\Windows\CurrentVersion\Run"; ValueType: string; ValueName: "Hyperion"; ValueData: "{app}\bin\hyperiond.exe"; Flags:uninsdeletevalue; Tasks: autostart
150150

151151
[Icons]
152152
;menu icons

0 commit comments

Comments
 (0)