[TMP] Plugins system.

This commit is contained in:
Sakamoto Shiina
2025-03-05 23:22:22 +09:00
parent a2cc69b8ee
commit 22ada89fa6
21 changed files with 990 additions and 7 deletions

View File

@@ -30,6 +30,18 @@
"globalShortcut": {
"all": true
},
"fs": {
"readDir": true,
"readFile": true,
"exists": true,
"writeFile": true,
"createDir": true,
"scope": ["$RESOURCE/**", "**/src-tauri/target/debug/plugins/**"]
},
"http": {
"request": true,
"scope": ["https://api.github.com/repos/**", "https://github.com/**"]
},
"shell": {
"all": false,
"open": true,
@@ -74,7 +86,8 @@
"bin/VRCT-sidecar"
],
"resources":{
"bin/_internal": "_internal"
"bin/_internal": "_internal",
"plugins": "plugins"
},
"windows": {
"nsis": {