Przeglądaj źródła

update makefile

a624669980 3 lat temu
rodzic
commit
2491a03d4b
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -4,7 +4,7 @@ build: build-ui build-backend
 
 
 
 
 build-ui:
 build-ui:
-	cd UI && yarn install && yarn build
+	cd CasaOS-UI && yarn install && yarn build
 
 
 build-backend:
 build-backend:
 	export CGO_ENABLED=1;export CGO_LDFLAGS=-static;go build -o ./casa main.go;upx --lzma --best casa
 	export CGO_ENABLED=1;export CGO_LDFLAGS=-static;go build -o ./casa main.go;upx --lzma --best casa