Skip to content

Commit

Permalink
Shell: Renamed the curses shell target
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jan 21, 2013
1 parent 0589338 commit 2256dac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doomsday/postbuild/bundleapp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ rm -rf $BUILDDIR/*.bundle
echo "Copying server..."
$CP server/doomsday-server $APPDIR/Resources

echo "Copying doomsday-shell-curses..."
$CP tools/shell/shell-text/doomsday-shell-curses $APPDIR/Resources
echo "Copying doomsday-shell-text..."
$CP tools/shell/shell-text/doomsday-shell-text $APPDIR/Resources

echo "Copying bundles from plugins..."
PLUGDIR=$APPDIR/DengPlugins
Expand Down
2 changes: 1 addition & 1 deletion doomsday/tools/shell/shell-text/shell-text.pro
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
include(../../../config.pri)

TEMPLATE = app
TARGET = doomsday-shell-curses
TARGET = doomsday-shell-text
VERSION = 1.0.0

# Build Configuration -------------------------------------------------------
Expand Down

0 comments on commit 2256dac

Please sign in to comment.