mirror of
https://github.com/clangen/musikcube.git
synced 2024-12-26 18:19:05 +00:00
Integrate depscan script with archive script.
This commit is contained in:
parent
92a6be3e78
commit
299e2a1bad
@ -90,6 +90,10 @@ cp bin/locales/*.json $OUTDIR/locales
|
|||||||
cp bin/themes/*.json $OUTDIR/themes
|
cp bin/themes/*.json $OUTDIR/themes
|
||||||
cp -rfp bin/share/terminfo/* $OUTDIR/share/terminfo/
|
cp -rfp bin/share/terminfo/* $OUTDIR/share/terminfo/
|
||||||
|
|
||||||
|
printf "\n\n\n ***** SCANNING DEPENDENCIES *****\n\n\n"
|
||||||
|
sleep 1
|
||||||
|
node ./script/scan-standalone dist/$VERSION/$OUTNAME || exit $?
|
||||||
|
|
||||||
strip $OUTDIR/musikcube
|
strip $OUTDIR/musikcube
|
||||||
strip $OUTDIR/musikcubed
|
strip $OUTDIR/musikcubed
|
||||||
strip $OUTDIR/libmusikcore.${DLL_EXT}
|
strip $OUTDIR/libmusikcore.${DLL_EXT}
|
||||||
|
Loading…
Reference in New Issue
Block a user