Skip to content

Commit

Permalink
Rename the executable to Etterna
Browse files Browse the repository at this point in the history
The dmg will contain git and version data so it's redundant and breaks dmg packaging.
  • Loading branch information
TheROPFather authored and nico-abram committed May 25, 2018
1 parent 5077088 commit 890276f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 890276f

Please sign in to comment.