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
+1
View File
@@ -22,3 +22,4 @@ Azaion*.bin
azaion\.*\.big azaion\.*\.big
_internal _internal
*.spec *.spec
dist
+3 -1
View File
@@ -24,7 +24,9 @@
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<None Remove="loaderconfig.json" /> <Content Include="loaderconfig.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup> </ItemGroup>
</Project> </Project>
+6
View File
@@ -0,0 +1,6 @@
{
"DirectoriesConfig":
{
"SuiteInstallerDirectory": ""
}
}