Skip to content

Commit a985080

Browse files
committed
Merge branch 'arm64' of https://github.com/Paulchen-Panther/hyperion.ng into arm64
2 parents a7cc3b9 + 8224068 commit a985080

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)