mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-08-12 16:25:19 +00:00
104fx_copy should also allow copying debug builds
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
set verbose
|
set verbose
|
||||||
set ppath=$1
|
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
|
cd $ppath/Contents/MacOS || exit
|
||||||
|
|
||||||
# determine which libgcc got linked (default to /opt/local/lib/gcc48)
|
# determine which libgcc got linked (default to /opt/local/lib/gcc48)
|
||||||
|
Reference in New Issue
Block a user