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

Unified Diff: remoting/host/installer/mac/Scripts/remoting_preflight.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
« no previous file with comments | « remoting/host/installer/mac/Scripts/remoting_postflight.sh ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/installer/mac/Scripts/remoting_preflight.sh
===================================================================
--- remoting/host/installer/mac/Scripts/remoting_preflight.sh (revision 138115)
+++ remoting/host/installer/mac/Scripts/remoting_preflight.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"
@@ -19,6 +21,8 @@
exit 0
}
+logger Running Chrome Remote Desktop preflight script @@VERSION@@
+
# If there is an _enabled file, rename it while upgrading.
if [[ -f "$ENABLED_FILE" ]]; then
mv "$ENABLED_FILE" "$ENABLED_FILE_BACKUP"
« no previous file with comments | « remoting/host/installer/mac/Scripts/remoting_postflight.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698