Skip to content

Commit

Permalink
fix(build): injected code had parser errors
Browse files Browse the repository at this point in the history
Signed-off-by: JobaDiniz <[email protected]>
  • Loading branch information
JobaDiniz committed Oct 11, 2023
1 parent 79a3066 commit 6dae973
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
beginSub --name __ExportDependenciesAndSetWorkingDirectory
//Get the current 'process id'
writeToFile --value dummy --createrandomfile --encoding "Default" __dummyFilePathForPowershell=value
powerShell --apartmentState "MTA" --script "$PID | OUT-FILE -FilePath \"${__dummyFilePathForPowershell}\"" success=success
powerShell --apartmentState "MTA" --script "$PID | OUT-FILE -FilePath \"${__dummyFilePathForPowershell}\""
readAllText --filepath "${__dummyFilePathForPowershell}" --encoding "Default" __pid=value
trimString --text "${__pid}" --trimoption "TrimStartAndEnd" __pid=value
//Unzipping
Expand Down

0 comments on commit 6dae973

Please sign in to comment.