
As pointed out in #757, having scripts in `dist` would cause github's code indexing to ignore them. This also updates packaging tool/scripts, which before wouldn't mark binaries placed inside `uosc.zip` as executable when built on windows. I can't believe there is no CLI tool on windows to do this and I had to write one in go...
2 lines
42 B
PowerShell
2 lines
42 B
PowerShell
& "$PSScriptRoot/tools.exe" package $args
|