Add the architecture to the bundle name for debug builds since we'll be distributing these via zip in the future.

Originally committed to SVN as r4030.
This commit is contained in:
Amar Takhar 2010-01-21 22:10:45 +00:00
parent 205c5f26ba
commit 4a6e3d832d
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ else
PACKAGE_VERSION="${PACKAGE_VERSION}-dev-r${SVN_REVISION}"
VERSION="${VERSION}-dev-r${SVN_REVISION}"
BUNDLE_STRING="Aegisub-${PACKAGE_VERSION}"
BUNDLE_STRING="Aegisub-${PACKAGE_VERSION}-${arch_bundle}"
DMG_STRING="Aegisub-${PACKAGE_VERSION}-${arch_bundle}"
fi