add loaderconfig

This commit is contained in:
Alex Bezdieniezhnykh
2025-06-15 16:57:35 +03:00
parent 2e95ea8e94
commit ecace7683d
3 changed files with 11 additions and 2 deletions
+2 -1
View File
@@ -21,4 +21,5 @@ Azaion*.bin
azaion\.*\.big
_internal
*.spec
*.spec
dist
+3 -1
View File
@@ -24,7 +24,9 @@
</ItemGroup>
<ItemGroup>
<None Remove="loaderconfig.json" />
<Content Include="loaderconfig.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
</Project>
+6
View File
@@ -0,0 +1,6 @@
{
"DirectoriesConfig":
{
"SuiteInstallerDirectory": ""
}
}