mirror of
https://github.com/danbulant/Cosmos
synced 2026-06-11 02:31:22 +00:00
Setup fix.
This commit is contained in:
parent
49f64fef5c
commit
fad31bd7b3
1 changed files with 1 additions and 1 deletions
|
|
@ -154,7 +154,7 @@ Filename: "{app}\Build\Tools\VSIXBootstrapper.exe"; Parameters: "/q /u:XSharp.VS
|
|||
|
||||
[Code]
|
||||
function ExecWithResult(const Filename, Params, WorkingDir: String; const ShowCmd: Integer;
|
||||
const Wait: TExecWait; var ResultCode: Integer; var ResultString: String): Boolean;
|
||||
const Wait: TExecWait; var ResultCode: Integer; var ResultString: AnsiString): Boolean;
|
||||
var
|
||||
TempFilename: String;
|
||||
Command: String;
|
||||
|
|
|
|||
Loading…
Reference in a new issue