Skip to content

Commit

Permalink
Builder|Mac OS X: No need to run bundleapp.sh any more
Browse files Browse the repository at this point in the history
It is run automatically after the build.
  • Loading branch information
skyjake committed Apr 26, 2012
1 parent 84f3f5a commit d4a6473
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions distrib/platform_release.py
Expand Up @@ -202,8 +202,7 @@ def mac_release():
remkdir(MAC_WORK_DIR)
os.chdir(MAC_WORK_DIR)
if os.system('qmake -r -spec macx-g++ CONFIG+=release DENG_BUILD=%s ' % (DOOMSDAY_BUILD_NUMBER) +
'../doomsday/doomsday.pro && make -w ' +
'&& ../doomsday/build/mac/bundleapp.sh ../doomsday'):
'../doomsday/doomsday.pro && make -w'):
raise Exception("Failed to build from source.")

# Now we can proceed to packaging.
Expand Down

0 comments on commit d4a6473

Please sign in to comment.