1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-05-22 10:05:29 +02:00
This commit is contained in:
Anton
2024-10-26 16:59:24 +03:00
parent 9faa96f4c5
commit 2126836c66
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -49,8 +49,8 @@ Filename: "https://en.openintegrations.dev/docs/Start/CLI_version"; Flags: shell
[Registry]
Root: HKLM; Subkey: "SYSTEM\CurrentControlSet\Control\Session Manager\Environment"; \
ValueType: expandsz; ValueName: "Path"; ValueData: "{olddata};{app}"; \
Check: NeedsAddPath(ExpandConstant('{app}'))
ValueType: expandsz; ValueName: "Path"; ValueData: "{olddata};{app}\bin"; \
Check: NeedsAddPath(ExpandConstant('{app}\bin'))
[Code]
+1 -1
View File
@@ -52,7 +52,7 @@ Filename: "https://openintegrations.dev/docs/Start/CLI_version"; Flags: shellexe
[Registry]
Root: HKLM; Subkey: "SYSTEM\CurrentControlSet\Control\Session Manager\Environment"; \
ValueType: expandsz; ValueName: "Path"; ValueData: "{olddata};{app}"; \
ValueType: expandsz; ValueName: "Path"; ValueData: "{olddata};{app}\bin"; \
Check: NeedsAddPath(ExpandConstant('{app}\bin'))
[Code]