diff options
author | garykac@chromium.org <garykac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-24 23:51:24 +0000 |
---|---|---|
committer | garykac@chromium.org <garykac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-24 23:51:24 +0000 |
commit | 09ee659523d2defafa6979375f43be91a97a99a9 (patch) | |
tree | cce119abe3e853f4b59e6d873de652a3a0b146d7 /remoting | |
parent | 96bcdc103539462861ecfc6f49fe5f136df72587 (diff) | |
download | chromium_src-09ee659523d2defafa6979375f43be91a97a99a9.zip chromium_src-09ee659523d2defafa6979375f43be91a97a99a9.tar.gz chromium_src-09ee659523d2defafa6979375f43be91a97a99a9.tar.bz2 |
[Chromoting] Add version to the volume name on the Mac installer dmg.
BUG=129624
TEST=none
Review URL: https://chromiumcodereview.appspot.com/10454020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138933 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting')
-rw-r--r-- | remoting/remoting.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp index 548b99b..58be4f2 100644 --- a/remoting/remoting.gyp +++ b/remoting/remoting.gyp @@ -344,7 +344,7 @@ 'BUNDLE_ID_HOST=<(bundle_prefix).<(host_name)', 'BUNDLE_ID_HOST_SERVICE=<(bundle_prefix).<(host_service_name)', 'BUNDLE_ID_HOST_UNINSTALLER=<(bundle_prefix).<(host_uninstaller_name)', - 'DMG_VOLUME_NAME=<(host_name)', + 'DMG_VOLUME_NAME=<(host_name) <(version_full)', 'DMG_FILE_NAME=<!(echo <(host_name) | sed "s/ //g")-<(version_full)', ], 'inputs': [ |