mirror of
https://github.com/kunkunsh/kunkun-ext-neohtop.git
synced 2025-04-04 09:46:43 +00:00
Fix: Unable to get app version on tauri v2
This commit is contained in:
parent
0280b3c542
commit
a5a7dbd0a3
@ -15,6 +15,7 @@
|
||||
"dependencies": {
|
||||
"@fortawesome/fontawesome-svg-core": "^6.6.0",
|
||||
"@fortawesome/free-solid-svg-icons": "^6.6.0",
|
||||
"@tauri-apps/api": "^2.0.3",
|
||||
"simple-icons": "^13.15.0",
|
||||
"svelte-fa": "^4.0.3"
|
||||
},
|
||||
|
11
src-tauri/capabilities/default.json
Normal file
11
src-tauri/capabilities/default.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"$schema": "../gen/schemas/desktop-schema.json",
|
||||
"identifier": "default",
|
||||
"description": "Capability for the main window",
|
||||
"windows": ["main"],
|
||||
"permissions": [
|
||||
"core:default",
|
||||
"core:app:allow-version"
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user