mirror of
https://github.com/syncthing/syncthing.git
synced 2024-11-16 02:18:44 -07: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 {
|
||||
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 {
|
||||
t0 := time.Now()
|
||||
|
Loading…
Reference in New Issue
Block a user