- Documented E2E smoke test results for Ktor 3.4.0 and Exposed 1.0.0 migration in new reports and session logs. - Introduced a fallback mechanism for desktop and web-app builds, ensuring robustness in distribution creation and static asset handling. - Added a default SVG favicon to prevent 404 errors in the web-app. - Updated Nginx configuration and Dockerfiles to include improved artifact paths, fallback handling, and script corrections.
15 lines
499 B
XML
15 lines
499 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
|
|
<defs>
|
|
<linearGradient id="g" x1="0" x2="1" y1="0" y2="1">
|
|
<stop offset="0%" stop-color="#2d6cdf"/>
|
|
<stop offset="100%" stop-color="#24b3a8"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="64" height="64" rx="12" fill="url(#g)"/>
|
|
<g fill="#ffffff" opacity="0.95">
|
|
<circle cx="20" cy="24" r="6"/>
|
|
<circle cx="44" cy="24" r="6"/>
|
|
<path d="M16 44c0-6.627 6.268-12 16-12s16 5.373 16 12v2H16z"/>
|
|
</g>
|
|
</svg>
|