mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-09 23:00:58 +00:00
build: Also copy gui to temporary GOPATH (#5095)
This commit is contained in:
parent
f4bde023aa
commit
705b7d18e8
2
build.go
2
build.go
@ -1260,7 +1260,7 @@ func temporaryBuildDir() (string, error) {
|
|||||||
|
|
||||||
func buildGOPATH(gopath string) error {
|
func buildGOPATH(gopath string) error {
|
||||||
pkg := filepath.Join(gopath, "src/github.com/syncthing/syncthing")
|
pkg := filepath.Join(gopath, "src/github.com/syncthing/syncthing")
|
||||||
dirs := []string{"cmd", "lib", "meta", "script", "test", "vendor"}
|
dirs := []string{"cmd", "gui", "lib", "meta", "script", "test", "vendor"}
|
||||||
|
|
||||||
if debug {
|
if debug {
|
||||||
t0 := time.Now()
|
t0 := time.Now()
|
||||||
|
Loading…
Reference in New Issue
Block a user