104fx_copy should also allow copying debug builds

This commit is contained in:
Cameron Kaiser 2017-07-26 18:30:23 -07:00
parent 51e6a2cf9f
commit 054bbf0817
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
set verbose
set ppath=$1
cp -RL obj-ff-dbg/dist/TenFourFox.app $ppath || exit
cp -RL obj-ff-dbg/dist/TenFourFox.app $ppath || cp -RL obj-ff-dbg/dist/TenFourFoxDebug.app $ppath || exit
cd $ppath/Contents/MacOS || exit
# determine which libgcc got linked (default to /opt/local/lib/gcc48)