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

Side by Side Diff: remoting/host/installer/mac/tools/ksregister.sh

Issue 9958083: Initial version of the Chromoting installer for Mac. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 8 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 unified diff | Download patch | Annotate | Revision Log
Property Changes:
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
OLDNEW
(Empty)
1 #!/bin/sh
2
3 NAME=org.chromium.chromoting
4 PLIST=/Library/LaunchAgents/$NAME.plist
5
6 KSADMIN=/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundle/Content s/MacOS/ksadmin
7 #KSUPDATE=https://tools.google.com/service/update2
8 KSUPDATE=https://omaha.corp.google.com:8082/service/update2
9 KSPID=com.google.chrome_remote_desktop
10 KSPVERSION=0.5
11
12 # Register a ticket with Keystone so we're updated.
13 $KSADMIN --register --productid $KSPID --version $KSPVERSION --xcpath $PLIST --u rl $KSUPDATE
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698