Skip to content

Commit

Permalink
fix: binary name (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
vjousse authored Apr 26, 2024
1 parent bae36c1 commit 025f0dd
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"distDir": "../dist"
},
"package": {
"productName": "tauri-pomodorolm",
"productName": "pomodorolm",
"version": "0.0.1"
},
"tauri": {
Expand All @@ -21,7 +21,9 @@
},
"fs": {
"readFile": true,
"scope": ["$RESOURCE/*"]
"scope": [
"$RESOURCE/*"
]
}
},
"systemTray": {
Expand Down Expand Up @@ -52,7 +54,9 @@
"providerShortName": null,
"signingIdentity": null
},
"resources": ["audio/*"],
"resources": [
"audio/*"
],
"shortDescription": "",
"targets": "all",
"windows": {
Expand Down

0 comments on commit 025f0dd

Please sign in to comment.