Fix script

This commit is contained in:
Jordan Dominion
2025-08-03 10:45:14 -04:00
parent 70d78728d9
commit b16b30b256
+1 -1
View File
@@ -1,7 +1,7 @@
#!/bin/sh
gen_dep () {
nuget-to-json ../../../src/$1/$1.csproj > deps/$1.json
nuget-to-json ../../../src/$1 > deps/$1.json
}
gen_dep "Tgstation.Server.Common"