aboutsummaryrefslogtreecommitdiff
path: root/build.go
diff options
context:
space:
mode:
authorgreatroar <61184462+greatroar@users.noreply.github.com>2020-05-10 11:44:34 +0200
committerGitHub <noreply@github.com>2020-05-10 11:44:34 +0200
commit06365e56358afdd2d8d191221d75022534f8c2fd (patch)
tree1a13a1c20c9ce1dfbc71d3bd0c3d95d92b03fcff /build.go
parentda99203dcdb4b5788226304ee5fa07a0ff2659f8 (diff)
downloadsyncthing-06365e56358afdd2d8d191221d75022534f8c2fd.tar.gz
syncthing-06365e56358afdd2d8d191221d75022534f8c2fd.zip
cmd/strelaypoolsrv, lib/api: Factor out static asset serving (#6624)
Diffstat (limited to 'build.go')
-rw-r--r--build.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.go b/build.go
index f707dcd5c..0a1aa57d3 100644
--- a/build.go
+++ b/build.go
@@ -687,7 +687,7 @@ func listFiles(dir string) []string {
func rebuildAssets() {
os.Setenv("SOURCE_DATE_EPOCH", fmt.Sprint(buildStamp()))
- runPrint(goCmd, "generate", "github.com/syncthing/syncthing/lib/auto", "github.com/syncthing/syncthing/cmd/strelaypoolsrv/auto")
+ runPrint(goCmd, "generate", "github.com/syncthing/syncthing/lib/api/auto", "github.com/syncthing/syncthing/cmd/strelaypoolsrv/auto")
}
func lazyRebuildAssets() {