Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(393)

Unified Diff: remoting/host/installer/mac/Scripts/remoting_postflight.sh

Issue 10429010: [Chromoting] Add version stamps to Mac installer and host scripts. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: remoting/host/installer/mac/Scripts/remoting_postflight.sh
===================================================================
--- remoting/host/installer/mac/Scripts/remoting_postflight.sh (revision 138410)
+++ remoting/host/installer/mac/Scripts/remoting_postflight.sh (working copy)
@@ -4,6 +4,8 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+# Version = @@VERSION@@
+
HELPERTOOLS=/Library/PrivilegedHelperTools
NAME=org.chromium.chromoting
CONFIG_FILE="$HELPERTOOLS/$NAME.json"
@@ -24,6 +26,8 @@
exit 0
}
+logger Running Chrome Remote Desktop postflight script @@VERSION@@
+
# Create auth file (with correct owner and permissions) if it doesn't already
# exist.
if [[ ! -f "$CONFIG_FILE" ]]; then
« no previous file with comments | « remoting/host/installer/mac/Scripts/keystone_install.sh ('k') | remoting/host/installer/mac/Scripts/remoting_preflight.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698