From da7959d5dd1a230868d8eca9dbf11b4d54e8915a Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Fri, 23 Mar 2012 12:44:33 +1100 Subject: misc/dist: make godoc shortcut work R=golang-dev CC=golang-dev https://golang.org/cl/5877062 --- misc/dist/windows/installer.wxs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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%" && start http://localhost:6060' + Arguments='/c start "Godoc Server http://localhost:6060" "[INSTALLDIR]bin\godoc.exe" -http=localhost:6060 -goroot="[INSTALLDIR]." && start http://localhost:6060' Icon="gopher.ico" Target="[%ComSpec]" />