mirror of
https://github.com/Xevion/factorio-achievements-fixer.git
synced 2025-12-17 10:11:50 -06:00
Switch to Tauri (Typescript/Preact template)
This commit is contained in:
10
src-tauri/capabilities/default.json
Normal file
10
src-tauri/capabilities/default.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"$schema": "../gen/schemas/desktop-schema.json",
|
||||
"identifier": "default",
|
||||
"description": "Capability for the main window",
|
||||
"windows": ["main"],
|
||||
"permissions": [
|
||||
"core:default",
|
||||
"shell:allow-open"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user