3 Commits

Author SHA1 Message Date
79987fda6d Integrate AzuresPackager for renderer asset packaging
Added AzuresPackager as a dependency and MSBuild target to package wwwroot assets into root.dat with XOR encryption before build/run. Updated Program.cs to load UI assets from the packed root.dat using a custom scheme handler, replacing direct file access. This improves asset protection and streamlines deployment.
2026-01-27 03:22:04 +01:00
d84abfb141 Remove unused resources folder and update icon path
Deleted icon.ico and logo.png from the resources folder and updated the project file to reference the icon in src/resources instead. Also removed the resources folder from the output copy list.
2026-01-25 19:52:17 +01:00
b3827576da first commit 2026-01-23 15:55:56 +01:00