Skip to content

Commit 487de16

Browse files
committed
fix: Dynamically set about panel version and update application icon.
1 parent 8082c10 commit 487de16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

application/assets/icon.png

15.5 KB
Loading

application/src/main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1147,8 +1147,8 @@ app.whenReady().then(async () => {
11471147
// Note: On macOS, the About icon comes from the app's .icns file (after build)
11481148
app.setAboutPanelOptions({
11491149
applicationName: "Push to Talk",
1150-
applicationVersion: "1.0.0",
1151-
version: "1.0.0",
1150+
applicationVersion: app.getVersion(),
1151+
version: app.getVersion(),
11521152
copyright: "© 2026 Ciro Cesar Maciel",
11531153
credits: "Transcrição de voz 100% local e privada",
11541154
website: "https://www.linkedin.com/in/ciromaciel/",

0 commit comments

Comments
 (0)