Skip to content

Commit

Permalink
- fix: permission to open external links (#421)
Browse files Browse the repository at this point in the history
* - fix: permission to open external links

* - fix: added missing feature

* - cicd: version bump
  • Loading branch information
agallardol authored Sep 5, 2024
1 parent 88f8125 commit 240dd83
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 4 deletions.
32 changes: 32 additions & 0 deletions apps/shinkai-desktop/src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apps/shinkai-desktop/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ edition = "2021"
tauri-build = { version = "1.5.4", features = [] }

[dependencies]
tauri = { version = "1.7.2", features = [ "shell-sidecar", "updater", "process-relaunch", "window-set-focus", "http-request", "window-create", "os-all", "notification-all", "path-all", "dialog-all", "window-close", "window-start-dragging", "macos-private-api", "fs-all", "global-shortcut-all", "system-tray", "process-command-api"] }
tauri = { version = "1.7.2", features = [ "shell-open", "shell-sidecar", "updater", "process-relaunch", "window-set-focus", "http-request", "window-create", "os-all", "notification-all", "path-all", "dialog-all", "window-close", "window-start-dragging", "macos-private-api", "fs-all", "global-shortcut-all", "system-tray", "process-command-api"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
whisper-rs = "0.8.0"
Expand Down
1 change: 1 addition & 0 deletions apps/shinkai-desktop/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
},
"shell": {
"all": false,
"open": true,
"sidecar": true,
"scope": [
{ "name": "external-binaries/shinkai-node/shinkai-node", "sidecar": true },
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shinkai/source",
"version": "0.7.39",
"version": "0.7.40",
"license": "SEE LICENSE IN LICENSE",
"files": [
"LICENSE"
Expand Down

0 comments on commit 240dd83

Please sign in to comment.