Skip to content

Commit 8cef6e0

Browse files
Fix lint
1 parent 7c369b9 commit 8cef6e0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

frontend/src-tauri/tauri.conf.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@
6060
"security": {
6161
"assetProtocol": {
6262
"scope": [
63-
"$HOME/.local/share/PictoPy/thumbnails/**",
64-
"**",
65-
"$HOME/Library/Application Support/PictoPy/thumbnails/**"
66-
],
63+
"$HOME/.local/share/PictoPy/thumbnails/**",
64+
"**",
65+
"$HOME/Library/Application Support/PictoPy/thumbnails/**"
66+
],
6767
"enable": true
6868
},
6969
"csp": "default-src 'self'; img-src 'self' data: asset: http://asset.localhost; media-src 'self' blob: data:; connect-src 'self' ipc: http://ipc.localhost http://localhost:52123 ws://localhost:52123 http://localhost:52124 ws://localhost:52124"

0 commit comments

Comments
 (0)