mirror of https://github.com/odrling/Aegisub
It's tools/ now now scripts/ (should fix osx dmging.)
Originally committed to SVN as r3397.
This commit is contained in:
parent
2a7e42c6a5
commit
bb4207b380
|
@ -60,7 +60,7 @@ SetFile -a C "/Volumes/${PKG_NAME_VOLUME}" || exit $?
|
|||
|
||||
echo
|
||||
echo "--- Generating /Volumes/${PKG_NAME_VOLUME}/.DS_Store ----"
|
||||
/usr/bin/perl scripts/osx-dmg-dsstore.pl "/Volumes/${PKG_NAME_VOLUME}/.DS_Store" "${PKG_DIR}" "/Volumes/${PKG_NAME_VOLUME}/.background/background.png" || exit $?
|
||||
/usr/bin/perl tools/osx-dmg-dsstore.pl "/Volumes/${PKG_NAME_VOLUME}/.DS_Store" "${PKG_DIR}" "/Volumes/${PKG_NAME_VOLUME}/.background/background.png" || exit $?
|
||||
|
||||
echo
|
||||
echo "---- Detaching ----"
|
||||
|
|
Loading…
Reference in New Issue