2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-07-10 09:25:52 +00:00

Fix logic inversion in .gitlab-ci.yml

This commit is contained in:
Phillip Stephens 2019-07-01 02:27:01 -07:00
parent 58fbd7cc03
commit c899bf2d47

View File

@ -24,7 +24,7 @@
- strip -S -o URDE.app/Contents/MacOS/urde URDE.app/Contents/MacOS/urde
- strip -S -o URDE.app/Contents/MacOS/hecl URDE.app/Contents/MacOS/hecl
- strip -S -o URDE.app/Contents/MacOS/visigen URDE.app/Contents/MacOS/visigen
- (if [ "${URDE_MACOS_CODESIGN}" != "" ]; then echo "Unable to sign app bundle :("; else codesign -s $URDE_MACOS_CODESIGN_UID --deep URDE.app; fi);
- (if [ "${URDE_MACOS_CODESIGN}" != "" ]; then codesign -s $URDE_MACOS_CODESIGN_UID --deep URDE.app; else echo "Unable to sign app bundle :("; fi);
only:
- release
- dev