aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2012-03-23 12:44:33 +1100
committerAndrew Gerrand <adg@golang.org>2012-03-23 12:44:33 +1100
commitda7959d5dd1a230868d8eca9dbf11b4d54e8915a (patch)
tree18819a3d93f03d8c435afeebfbe85ad248cd3355
parent782feeb765b392e0a69ff35cc57c4b92cd5796ea (diff)
downloadgo-weekly.2012-03-22.tar.gz
go-weekly.2012-03-22.zip
misc/dist: make godoc shortcut workweekly.2012-03-22
R=golang-dev CC=golang-dev https://golang.org/cl/5877062
-rw-r--r--misc/dist/windows/installer.wxs2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/dist/windows/installer.wxs b/misc/dist/windows/installer.wxs
index 805237bcf5..20f261f9d0 100644
--- a/misc/dist/windows/installer.wxs
+++ b/misc/dist/windows/installer.wxs
@@ -78,7 +78,7 @@
Name="GoDocServer"
Description="Starts the Go documentation server (http://localhost:6060)"
Show="minimized"
- Arguments='/c start "Godoc Server http://localhost:6060" /d"[INSTALLDIR]bin" godoc.exe -http=:6060 -goroot="[INSTALLDIR]" -path="%GOPATH%" &amp;&amp; start http://localhost:6060'
+ Arguments='/c start "Godoc Server http://localhost:6060" "[INSTALLDIR]bin\godoc.exe" -http=localhost:6060 -goroot="[INSTALLDIR]." &amp;&amp; start http://localhost:6060'
Icon="gopher.ico"
Target="[%ComSpec]" />
<Shortcut