diff --git a/Makefile b/Makefile index 7b54aa7de..cadc0338a 100644 --- a/Makefile +++ b/Makefile @@ -70,7 +70,7 @@ ifneq ($(HAS_SERVER),) cd server && env GOOS=linux GOARCH=amd64 $(GO) build -o dist/plugin-linux-amd64; cd server && env GOOS=darwin GOARCH=amd64 $(GO) build -o dist/plugin-darwin-amd64; cd server && env GOOS=windows GOARCH=amd64 $(GO) build -o dist/plugin-windows-amd64.exe; - cd server && cp -r templates dist/templates + cd server && cp -R templates dist/ endif # webapp/.npminstall ensures NPM dependencies are installed without having to run this all the time