This is an issue with the Ironman PowerShell packager, which wraps the script in a C# project and compiles into an executable. When run, the script and any packed resources are extracted to $env:temp. After closing, however, the script is not deleted, which isn't ideal.
An issue may need to be opened at the powershell-pro-tools repository for this.
This is an issue with the Ironman PowerShell packager, which wraps the script in a C# project and compiles into an executable. When run, the script and any packed resources are extracted to
$env:temp. After closing, however, the script is not deleted, which isn't ideal.An issue may need to be opened at the powershell-pro-tools repository for this.