shithub: moonfish

Download patch

ref: b67929a37bdca7f7fd1e4671eb66f987db6273de
parent: bcd7911d40334fb07b3c0e6782a9ad4604486b1f
author: zamfofex <zamfofex@twdb.moe>
date: Thu Apr 25 19:58:46 EDT 2024

strip more executables

--- a/.build.yml
+++ b/.build.yml
@@ -24,7 +24,7 @@
       ./minify.sh
   - strip: |
       cd moonfish
-      strip --strip-all moonfish play lichess analyse
+      strip --strip-all moonfish play lichess analyse battle ribbon chat
       llvm-strip --strip-all moonfish.wasm
   - deploy: |
       set +x
--