Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
Hacksore committed Nov 26, 2023
1 parent e194dee commit 5261f69
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions apps/desktop/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@
"tauri": {
"updater": {
"active": false,
"endpoints": [
"https://update.overlayed.dev/{{target}}/{{arch}}/{{current_version}}"
],
"endpoints": ["https://update.overlayed.dev/{{target}}/{{arch}}/{{current_version}}"],
"dialog": true,
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEM5MDVDNEVFQTc2QzJBNDYKUldSR0tteW43c1FGeVhzUm9vNEJKUkFyUXhSS2lrZWRuV1p1VWx5Tkg5bUhEWDZrOGprbGNnWkQK"
},
Expand All @@ -35,19 +33,15 @@
"open": ".*"
},
"fs": {
"scope": [
"$APPDATA/*"
],
"scope": ["$APPDATA/*"],
"readFile": true,
"writeFile": true,
"exists": true
},
"http": {
"all": true,
"request": true,
"scope": [
"https://streamkit.discord.com/overlay/token"
]
"scope": ["https://streamkit.discord.com/overlay/token"]
},
"path": {
"all": true
Expand All @@ -63,11 +57,7 @@
"active": true,
"targets": "all",
"identifier": "com.hacksore.overlayed",
"icon": [
"icons/icon.icns",
"icons/icon.ico",
"icons/icon.png"
]
"icon": ["icons/icon.icns", "icons/icon.ico", "icons/icon.png"]
},
"security": {
"csp": null
Expand Down

0 comments on commit 5261f69

Please sign in to comment.