We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8644a5 commit 8224068Copy full SHA for 8224068
cmake/windows/inno/gfx/installer.ico
0 Bytes
cmake/windows/inno/windows.iss.in
@@ -146,7 +146,7 @@ Source: "{#ComponentStagingDir}\dependencies\*"; DestDir: "{app}"; Excludes: "\b
146
Source: "{#ComponentStagingDir}\dependencies\bin\{#VCRedist}"; DestDir: {tmp}; Flags: deleteafterinstall
147
148
[Registry]
149
-Root: HKCU; Subkey: "Software\Microsoft\Windows\CurrentVersion\Run"; ValueType: string; ValueName: "Hyperion"; ValueData: "{app}\hyperiond.exe"; Flags:uninsdeletevalue; Tasks: autostart
+Root: HKCU; Subkey: "Software\Microsoft\Windows\CurrentVersion\Run"; ValueType: string; ValueName: "Hyperion"; ValueData: "{app}\bin\hyperiond.exe"; Flags:uninsdeletevalue; Tasks: autostart
150
151
[Icons]
152
;menu icons
0 commit comments