From 890276f56e37b75c0481e2ce8fbbe3c1c6fa08eb Mon Sep 17 00:00:00 2001 From: TheROPFather Date: Fri, 25 May 2018 14:54:00 +0100 Subject: [PATCH] Rename the executable to Etterna The dmg will contain git and version data so it's redundant and breaks dmg packaging. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index a4c1207e13..d9ef6e717a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -94,6 +94,7 @@ before_script: script: - if [ "$TRAVIS_OS_NAME" != "osx" ]; then make -j 4; fi - if [ "$TRAVIS_OS_NAME" == "osx" ]; then xcodebuild ARCHS="x86_64" -project Etterna.xcodeproj -target Etterna -destination 'platform=OS X,arch=x86_64' -xcconfig ../Xcode/conf.cnf -configuration RelWithDebInfo; + mv ../*.app ../Etterna.app; xcodebuild ARCHS="x86_64" -project Etterna.xcodeproj -target dmg -configuration RelWithDebInfo; fi before_install: