Update CHANGELOG and add export presets and icon files
Build / Export windows (push) Failing after 5m8s
Build / Export linux (push) Failing after 5s

- Expanded CHANGELOG with project scaffolding and core tech details.
- Added export presets configuration for Windows and Linux.
- Introduced placeholder icon.svg for project branding.
- Corrected application resource modification setting in export presets.
This commit is contained in:
2026-05-30 13:11:33 +02:00
parent 5ef67634d0
commit 31e03335cb
3 changed files with 34 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" viewBox="0 0 128 128">
<rect width="128" height="128" rx="16" fill="#1a2b3c"/>
<rect x="54" y="28" width="20" height="72" rx="4" fill="#e8eef2"/>
<rect x="28" y="54" width="72" height="20" rx="4" fill="#e8eef2"/>
<circle cx="64" cy="64" r="10" fill="#4fb286"/>
</svg>

After

Width:  |  Height:  |  Size: 341 B