mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 13:01:52 +00:00
Made release buildable
This commit is contained in:
@@ -6,3 +6,6 @@ TargetType = "CustomBuild"
|
||||
|
||||
[Configs.Debug.Win64]
|
||||
PostBuildCmds = ["dotnet build \"$(WorkspaceDir)/ScriptCore/ScriptCore.csproj\" -c Debug"]
|
||||
|
||||
[Configs.Release.Win64]
|
||||
PostBuildCmds = ["dotnet build \"$(WorkspaceDir)/ScriptCore/ScriptCore.csproj\" -c Release"]
|
||||
|
||||
Reference in New Issue
Block a user