2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-16 03:37:01 +00:00

Improvements to install target

This commit is contained in:
2021-06-12 00:13:57 -04:00
parent 7bb6b06e2d
commit 5d65131966
8 changed files with 61 additions and 64 deletions

View File

@@ -1,9 +1,3 @@
#!/bin/bash -ex
cd build/install/metaforce-gui.app/Contents/MacOS
for f in hecl metaforce-gui metaforce visigen; do
dsymutil $f
strip -S $f
done
cd build/install/Metaforce.app/Contents/MacOS
sentry-cli upload-dif --org axiodl --project metaforce {hecl,metaforce-gui,metaforce,visigen}{,.dSYM} --include-sources
tar acfv "$GITHUB_WORKSPACE"/debug.tar.xz -- *.dSYM
rm -r -- *.dSYM