We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8082c10 commit 487de16Copy full SHA for 487de16
application/assets/icon.png
15.5 KB
application/src/main.js
@@ -1147,8 +1147,8 @@ app.whenReady().then(async () => {
1147
// Note: On macOS, the About icon comes from the app's .icns file (after build)
1148
app.setAboutPanelOptions({
1149
applicationName: "Push to Talk",
1150
- applicationVersion: "1.0.0",
1151
- version: "1.0.0",
+ applicationVersion: app.getVersion(),
+ version: app.getVersion(),
1152
copyright: "© 2026 Ciro Cesar Maciel",
1153
credits: "Transcrição de voz 100% local e privada",
1154
website: "https://www.linkedin.com/in/ciromaciel/",
0 commit comments