mirror of
https://github.com/Drop-OSS/droplet.git
synced 2025-11-18 18:51:20 +10:00
feat: zip file reading
This commit is contained in:
3
assets/generate.sh
Executable file
3
assets/generate.sh
Executable file
@ -0,0 +1,3 @@
|
||||
dd if=/dev/random of=./setup.exe bs=1024 count=1000000
|
||||
zip TheGame.zip setup.exe
|
||||
rm setup.exe
|
||||
Reference in New Issue
Block a user