Skip to content

Commit

Permalink
fix: tauri.conf description, and allowlist issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjackwills committed Dec 31, 2023
1 parent 70214a8 commit a3d6ea3
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@
"allowlist": {
"shell": {
"open": true
},
"clipboard": {
"all": false
},
"globalShortcut": {
"all": false
}
},
"bundle": {
Expand All @@ -33,7 +39,7 @@
"icons/icon.ico"
],
"identifier": "mrjackwills.obliqoro",
"longDescription": "",
"longDescription": "Obliqoro is an open source, cross platform, graphical application, that combines the creative approach of Oblique Strategies with the time management system of the Pomodoro Technique.",
"macOS": {
"entitlements": null,
"exceptionDomain": "",
Expand All @@ -42,8 +48,15 @@
"signingIdentity": null
},
"resources": [],
"shortDescription": "",
"targets": ["deb", "msi", "app", "appimage", "dmg", "updater"],
"shortDescription": "Oblique Strategies meets Pomodoro",
"targets": [
"deb",
"msi",
"app",
"appimage",
"dmg",
"updater"
],
"windows": {
"certificateThumbprint": null,
"digestAlgorithm": "sha256",
Expand Down

0 comments on commit a3d6ea3

Please sign in to comment.