feat(ci): versão no tray (app.getVersion) + workflow build/release (CI por commit; release na tag)
client-build-release / build (push) Successful in 1m35s
client-build-release / release (push) Has been skipped

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
VPS 4 Deploy Agent
2026-06-18 00:25:32 +02:00
parent 1e4570e376
commit cf16f4987b
2 changed files with 55 additions and 0 deletions
+1
View File
@@ -423,6 +423,7 @@ function updateTrayMenu(countdown = null, countdownInterval = null, updateVersio
const template = [
{ label: statusText, enabled: false },
{ label: `Versão v${app.getVersion()}`, enabled: false },
{ type: 'separator' }
];