mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-15 20:08:54 +03:00
Now bindings works automatically and is smoooth, aslo strings work now
This commit is contained in:
@@ -27,3 +27,11 @@ project "NuakeNet"
|
||||
"Coral.Managed"
|
||||
}
|
||||
|
||||
prebuildcommands {
|
||||
'dotnet dotnet run --project %{wks.location}NuakeNetGenerator/NuakeNetGenerator.csproj'
|
||||
}
|
||||
|
||||
postbuildcommands {
|
||||
'{COPYFILE} "%{wks.location}NuakeNet/Build/%{cfg.buildcfg}/Binaries/NuakeNet.dll" "%{wks.location}Editor/Build/%{cfg.buildcfg}/Binaries/NuakeNet.dll"'
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user