mirror of https://github.com/odrling/Aegisub
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:
parent
205c5f26ba
commit
4a6e3d832d
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue