mirror of https://github.com/odrling/Aegisub
Copy automation/* into SharedSupport/automation and SharedSupport/doc.
(not sure if these paths are correct yet) Originally committed to SVN as r2672.
This commit is contained in:
parent
6c41f69443
commit
40f4fc8eb7
|
@ -3,6 +3,7 @@
|
|||
PKG_DIR=${1}.app
|
||||
SKEL_DIR="packages/osx_bundle"
|
||||
AEGISUB_VERSION_DATA="${2}"
|
||||
SRCDIR=`pwd`
|
||||
|
||||
if ! test -d packages/osx_bundle; then
|
||||
echo
|
||||
|
@ -34,6 +35,15 @@ cp ${SKEL_DIR}/Contents/Resources/etc/fonts/fonts.* ${PKG_DIR}/Contents/Resource
|
|||
cp ${SKEL_DIR}/Contents/Resources/etc/fonts/conf.d/*.conf ${PKG_DIR}/Contents/Resources/etc/fonts/conf.d
|
||||
cat ${SKEL_DIR}/Contents/Info.plist |sed -f scripts/osx-bundle.sed > ${PKG_DIR}/Contents/Info.plist
|
||||
|
||||
echo
|
||||
echo "---- Copying automation/ files ----"
|
||||
cd automation
|
||||
make install \
|
||||
aegisubdatadir=../${PKG_DIR}/Contents/SharedSupport \
|
||||
aegisubdocdir=../${PKG_DIR}/Contents/SharedSupport/doc
|
||||
cd ${SRCDIR}
|
||||
|
||||
|
||||
echo
|
||||
echo "---- Copying locale files ----"
|
||||
# Let Aqua know that aegisub supports english. English strings are
|
||||
|
|
Loading…
Reference in New Issue