Skip to content

Commit

Permalink
Mac OS X: Updated bundleapp.sh with new folder names
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jan 5, 2013
1 parent 76b66a1 commit 0e4e13b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doomsday/postbuild/bundleapp.sh
Expand Up @@ -32,10 +32,10 @@ rm -rf $PLUGDIR
mkdir -p $PLUGDIR
$CP plugins/dehread/dehread.bundle $PLUGDIR/
$CP plugins/wadmapconverter/wadmapconverter.bundle $PLUGDIR/
$CP plugins/jdoom/doom.bundle $PLUGDIR/
$CP plugins/jheretic/heretic.bundle $PLUGDIR/
$CP plugins/jhexen/hexen.bundle $PLUGDIR/
$CP plugins/jdoom64/doom64.bundle $PLUGDIR/
$CP plugins/doom/doom.bundle $PLUGDIR/
$CP plugins/heretic/heretic.bundle $PLUGDIR/
$CP plugins/hexen/hexen.bundle $PLUGDIR/
$CP plugins/doom64/doom64.bundle $PLUGDIR/
$CP plugins/fmod/audio_fmod.bundle $PLUGDIR/

# Tools
Expand Down

0 comments on commit 0e4e13b

Please sign in to comment.