This commit is contained in:
makeyangcom
2024-03-08 17:52:35 +08:00
parent 172e7a9ed2
commit 4fb6b4fd79
2 changed files with 5 additions and 0 deletions

3
game/scenes/test.tscn Normal file
View File

@@ -0,0 +1,3 @@
[gd_scene format=3 uid="uid://do0h1etixmwf3"]
[node name="Node2D" type="Node2D"]

View File

@@ -14,6 +14,8 @@ if [ ! -d "/data/wwwroot/game" ]; then
mkdir -p /data/wwwroot/game
fi
sudo chmod +x /data/wwwroot/game/*
# 编译后端服务
cd /data/wwwroot/server/
/usr/local/go/bin/go env -w GOSUMDB=off