update to 0.6.9 se

This commit is contained in:
Razor12911
2022-12-31 22:45:22 +02:00
parent 722279aad5
commit 552a733296
34 changed files with 374 additions and 250 deletions

View File

@@ -7,6 +7,7 @@ unit IOExecute;
interface
uses
InitCode,
Threading, Utils, SynCommons, SynCrypto, ParseClass, ParseExpr,
IOUtils,
WinAPI.Windows, WinAPI.ShlObj,
@@ -182,7 +183,7 @@ begin
OutFile := ReplaceText(OutFile, '[fileout]', FILE_OUT);
end;
if I = 0 then
Exec := ExtractFilePath(Utils.GetModuleName) + S
Exec := ExpandPath(PluginsPath + S, True)
else
Param := Param + ' ' + IfThen(ContainsText(S, ' ') or (S = ''),
'"' + S + '"', S);