Skip to content

Commit

Permalink
chore(tauri): update bundle config
Browse files Browse the repository at this point in the history
  • Loading branch information
sekwah41 committed Oct 1, 2023
1 parent 0d0f448 commit 09e15be
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions app/tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"distDir": "../renderer/build"
},
"package": {
"productName": "pomatez",
"productName": "Pomatez",
"version": "1.3.0"
},
"tauri": {
Expand All @@ -20,7 +20,10 @@
},
"bundle": {
"active": true,
"category": "DeveloperTool",
"publisher": "Roldan Montilla Jr",
"shortDescription": "Attractive pomodoro timer for Windows, Mac, and Linux.",
"category": "Productivity",
"targets": ["all"],
"copyright": "",
"deb": {
"depends": []
Expand Down

0 comments on commit 09e15be

Please sign in to comment.