Clear the screen with Golden Poppy!

This commit is contained in:
2025-08-03 18:08:50 -04:00
parent f8b35bb675
commit f72f913b49
3 changed files with 31 additions and 16 deletions
+2 -2
View File
@@ -26,8 +26,8 @@ function build-program { param(
& $armips $src
write-host 'Generating executable..'
& lua $bin2exe_lua $bin $exe
# & py $bin2exe_py $bin $exe
# & lua $bin2exe_lua $bin $exe
& py $bin2exe_py $bin $exe
write-host 'Done!'
pop-location