Skip to content

Commit

Permalink
Fix App View
Browse files Browse the repository at this point in the history
  • Loading branch information
DIDIRUS4 committed Sep 1, 2024
1 parent b518bf9 commit 1e0e927
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
14 changes: 1 addition & 13 deletions apps/app/tauri-release.conf.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,7 @@
{
"bundle": {
"createUpdaterArtifacts": "v1Compatible"
},
"build": {
"features": ["updater"]
},
"app": {
"security": {
"capabilities": ["core", "plugins", "updater"]
}
},
"plugins": {
"updater": {
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDIwMzM5QkE0M0FCOERBMzkKUldRNTJyZzZwSnN6SUdPRGdZREtUUGxMblZqeG9OVHYxRUlRTzJBc2U3MUNJaDMvZDQ1UytZZmYK",
"endpoints": ["https://launcher-files.modrinth.com/updates.json"]
"capabilities": ["core", "plugins"]
}
}
}
2 changes: 1 addition & 1 deletion apps/app/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
"productName": "AstralRinth App",
"version": "0.8.5",
"identifier": "AstralRinth",
"identifier": "AstralRinthApp",
"plugins": {
"deep-link": {
"desktop": {
Expand Down

0 comments on commit 1e0e927

Please sign in to comment.