[application] template="punk.multishell.cmd" as_admin=false scripts=[ "punk-getzig.ps1", "punk-getzig.bash" ] default_outputfile="punk-getzig.cmd" default_nextshellpath="/usr/bin/env bash" default_nextshelltype="bash" #valid nextshelltype entries are: tcl perl pwsh powershell bash. #nextshellpath entries must be 64 characters or less. #win32.nextshellpath="pwsh -nop -nol -ExecutionPolicy bypass -c" #win32.nextshelltype="pwsh" #powershell needs cmd.exe to preserve spaced args - and the -c (command #string) form breaks on a spaced script path outright (tokenizes at the #space). Same fix as punk-runtime_wrap.toml, found there during G-119. win32.nextshellpath="cmd.exe /c powershell -nop -nol -ExecutionPolicy bypass -File" win32.nextshelltype="powershell" win32.outputfile="punk-getzig.cmd"