Disable setting of .DS_Store for now.

Originally committed to SVN as r3482.
This commit is contained in:
Amar Takhar 2009-09-04 02:38:30 +00:00
parent 99f421bf73
commit c494b694a0
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ cp -v packages/osx_bundle/Contents/Resources/Aegisub.icns "${TMP_DMG}/.VolumeIco
echo
echo "--- Generating /Volumes/${PKG_NAME_VOLUME}/.DS_Store ----"
/usr/bin/perl tools/osx-dmg-dsstore.pl "${TMP_DMG}/.DS_Store" "${PKG_DIR}" "${TMP_DMG}/.background/background.png" || exit $?
#/usr/bin/perl tools/osx-dmg-dsstore.pl "${TMP_DMG}/.DS_Store" "${PKG_DIR}" "${TMP_DMG}/.background/background.png" || exit $?
echo
echo "---- Creating image ----"