2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 22:27:41 +00:00

Updates based on universal branch

This commit is contained in:
2021-06-11 21:19:33 -04:00
parent f8363b90a7
commit 5815fa6577
15 changed files with 254 additions and 359 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash -ex
cd build/Binaries
cd build/install
for f in hecl metaforce-gui metaforce visigen; do
objcopy --only-keep-debug $f $f.dbg
objcopy --strip-debug --add-gnu-debuglink=$f.dbg $f
done
tar acfv "$GITHUB_WORKSPACE"/debug.tar.xz -- *.dbg
tar acfv "$GITHUB_WORKSPACE"/debug.tar.xz -- *.dbg