Fixed some dependancy issues, added prelogo and adjusted init and mainwindow display to load AFTER osquery finishes it's scan.

This commit is contained in:
2025-11-04 13:01:17 +08:00
parent dce789db94
commit aacd8e0293
13 changed files with 71 additions and 76 deletions

View File

@@ -51,11 +51,15 @@
<ApplicationDefinition Remove="App.xaml" />
<None Remove="Assets\osqueryi.exe" />
<None Remove="Assets\trayicon.ico" />
<None Remove="Assets\splash.png" />
<None Remove="config.json" />
<Content Include="Assets\LDShortcut.ico" />
<Content Include="Assets\osqueryi.exe">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<SplashScreen Include="Assets\splash.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</SplashScreen>
<Page Include="App.xaml" />
</ItemGroup>