Skip to content

Commit

Permalink
Merge pull request #1673 from safing/fix/tauri-logging
Browse files Browse the repository at this point in the history
[desktop] Move logging to user dir on windows.
  • Loading branch information
dhaavi authored Aug 30, 2024
2 parents 30eb77d + 2ea21b5 commit e160dfb
Show file tree
Hide file tree
Showing 4 changed files with 814 additions and 720 deletions.
4 changes: 3 additions & 1 deletion desktop/tauri/src-tauri/capabilities/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
"shell:allow-open",
"notification:default",
"window-state:allow-save-window-state",
"window-state:allow-restore-state"
"window-state:allow-restore-state",
"clipboard-manager:allow-read-text",
"clipboard-manager:allow-write-text"
]
}
2 changes: 1 addition & 1 deletion desktop/tauri/src-tauri/gen/schemas/capabilities.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"default":{"identifier":"default","description":"Capability for the main window","remote":{"urls":["http://localhost:817"]},"local":true,"windows":["main","splash"],"permissions":["core:path:default","core:event:allow-listen","core:event:allow-unlisten","core:event:allow-emit","core:event:allow-emit-to","core:window:allow-hide","core:window:allow-show","core:window:allow-is-visible","core:window:allow-set-focus","core:window:allow-close","core:app:default","core:image:default","core:resources:default","core:menu:default","core:tray:default","shell:allow-open","notification:default","window-state:allow-save-window-state","window-state:allow-restore-state"]}}
{"default":{"identifier":"default","description":"Capability for the main window","remote":{"urls":["http://localhost:817"]},"local":true,"windows":["main","splash"],"permissions":["core:path:default","core:event:allow-listen","core:event:allow-unlisten","core:event:allow-emit","core:event:allow-emit-to","core:window:allow-hide","core:window:allow-show","core:window:allow-is-visible","core:window:allow-set-focus","core:window:allow-close","core:app:default","core:image:default","core:resources:default","core:menu:default","core:tray:default","shell:allow-open","notification:default","window-state:allow-save-window-state","window-state:allow-restore-state","clipboard-manager:allow-read-text","clipboard-manager:allow-write-text"]}}
Loading

0 comments on commit e160dfb

Please sign in to comment.