浏览代码

Merge branch 'main' of https://github.com/IceWhaleTech/CasaOS into main

John Guan 3 年之前
父节点
当前提交
b759585d20
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Makefile

+ 1 - 1
Makefile

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