mirror of
https://github.com/golang/go
synced 2024-11-11 23:10:23 -07:00
misc/dist: make godoc shortcut work
R=golang-dev CC=golang-dev https://golang.org/cl/5877062
This commit is contained in:
parent
782feeb765
commit
da7959d5dd
2
misc/dist/windows/installer.wxs
vendored
2
misc/dist/windows/installer.wxs
vendored
@ -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]" />
|
||||
<Shortcut
|
||||
|
Loading…
Reference in New Issue
Block a user