feat: performance improvements, fix zip

This commit is contained in:
DecDuck
2025-08-13 11:35:50 +10:00
parent 1665033fd9
commit dc3a420986
13 changed files with 504 additions and 227 deletions

View File

@ -1,3 +1,3 @@
dd if=/dev/random of=./setup.exe bs=1024 count=1000000
yes "droplet is awesome" | dd of=./setup.exe bs=1024 count=1000000
zip TheGame.zip setup.exe
rm setup.exe