feat: added Lzma compression to binary

This commit is contained in:
2025-09-04 12:50:03 +02:00
parent 545708571d
commit 7cafe6544b

9
build.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
cd build
cmake --build .
echo "dd bs=1 skip=61<\$0|unlzma>/tmp/C;chmod +x /tmp/C;/tmp/C;exit" > two
chmod +x two
sstrip one
lzma -9 one
cat one.lzma >> two
rm one.lzma