refactor: move Godot packages into module repositories
Validate ShrinkSDK Workspace / unity (push) Failing after 5s

This commit is contained in:
2026-09-05 03:43:14 +08:00
parent 2695dcdbba
commit e9d8e93427
79 changed files with 92 additions and 1827 deletions
+2 -2
View File
@@ -82,8 +82,8 @@ addons/shrinksdk
在 Workspace 中生成 Installer 包:
```powershell
dotnet build .\Godot\Installer\ShrinkSDK.Godot.Installer.csproj -c Release
dotnet pack .\Godot\Installer\ShrinkSDK.Godot.Installer.csproj -c Release --no-build -o .\Godot\Artifacts --include-symbols --include-source
dotnet build .\Assets\Modules\ShrinkInstaller\Godot~\ShrinkSDK.Godot.Installer.csproj -c Release
dotnet pack .\Assets\Modules\ShrinkInstaller\Godot~\ShrinkSDK.Godot.Installer.csproj -c Release --no-build -o .\Godot\Artifacts --include-symbols --include-source
```
## 宿主节点