mirror of
https://github.com/Xevion/factorio-achievements-fixer.git
synced 2025-12-17 06:11:52 -06:00
Tailwind, dialog, filesystem, homedir & save finding, initial project work
This commit is contained in:
@@ -1,10 +1,14 @@
|
||||
{
|
||||
"$schema": "../gen/schemas/desktop-schema.json",
|
||||
"identifier": "default",
|
||||
"description": "Capability for the main window",
|
||||
"windows": ["main"],
|
||||
"permissions": [
|
||||
"core:default",
|
||||
"shell:allow-open"
|
||||
]
|
||||
}
|
||||
{
|
||||
"$schema": "../gen/schemas/desktop-schema.json",
|
||||
"identifier": "default",
|
||||
"description": "Capability for the main window",
|
||||
"windows": [
|
||||
"main"
|
||||
],
|
||||
"permissions": [
|
||||
"core:default",
|
||||
"shell:allow-open",
|
||||
"dialog:default",
|
||||
"fs:default"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user