109 lines
2.6 KiB
JSON
109 lines
2.6 KiB
JSON
{
|
|
"build": {
|
|
"beforeDevCommand": "",
|
|
"beforeBuildCommand": "",
|
|
"devPath": "http://localhost:1420",
|
|
"distDir": "../dist"
|
|
},
|
|
"package": {
|
|
"productName": "VRCT",
|
|
"version": "3.0.0"
|
|
},
|
|
"tauri": {
|
|
"allowlist": {
|
|
"all": false,
|
|
"window": {
|
|
"all": false,
|
|
"setAlwaysOnTop": true,
|
|
"setFocus": true,
|
|
"setDecorations": true,
|
|
"close": true,
|
|
"hide": true,
|
|
"setPosition": true,
|
|
"setSize": true,
|
|
"maximize": true,
|
|
"minimize": true,
|
|
"unmaximize": true,
|
|
"unminimize": true,
|
|
"startDragging": true
|
|
},
|
|
"globalShortcut": {
|
|
"all": true
|
|
},
|
|
"fs": {
|
|
"readDir": true,
|
|
"readFile": true,
|
|
"exists": true,
|
|
"writeFile": true,
|
|
"createDir": true,
|
|
"removeDir": true,
|
|
"scope": ["$RESOURCE/**", "**/src-tauri/target/debug/plugins/**"]
|
|
},
|
|
"http": {
|
|
"request": true,
|
|
"scope": [
|
|
"https://api.github.com/repos/**",
|
|
"https://github.com/**",
|
|
"https://raw.githubusercontent.com/ShiinaSakamoto/vrct_plugins_list/main/vrct_plugins_list.json",
|
|
"https://raw.githubusercontent.com/ShiinaSakamoto/vrct_plugins_list/main/dev_vrct_plugins_list.json"
|
|
]
|
|
},
|
|
"shell": {
|
|
"all": false,
|
|
"open": true,
|
|
"sidecar": true,
|
|
"scope": [
|
|
{
|
|
"name": "bin/VRCT-sidecar", "sidecar": true,"args": true
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"windows": [
|
|
{
|
|
"title": "VRCT",
|
|
"center": true,
|
|
"width": 450,
|
|
"height": 220,
|
|
"minWidth": 400,
|
|
"minHeight": 200,
|
|
"transparent": true,
|
|
"decorations": false
|
|
}
|
|
],
|
|
"security": {
|
|
"csp": null
|
|
},
|
|
"bundle": {
|
|
"active": true,
|
|
"targets": "nsis",
|
|
"identifier": "com.vrct.dev",
|
|
"publisher": "m's software",
|
|
"copyright": "Copyright m's software",
|
|
"shortDescription": "VRCT",
|
|
"icon": [
|
|
"icons/32x32.png",
|
|
"icons/128x128.png",
|
|
"icons/128x128@2x.png",
|
|
"icons/icon.icns",
|
|
"icons/icon.ico"
|
|
],
|
|
"externalBin": [
|
|
"bin/VRCT-sidecar"
|
|
],
|
|
"resources":{
|
|
"bin/_internal": "_internal",
|
|
"plugins": "plugins"
|
|
},
|
|
"windows": {
|
|
"nsis": {
|
|
"template": "nsis/template.nsi",
|
|
"license": "../LICENSE",
|
|
"installMode": "currentUser",
|
|
"displayLanguageSelector": true
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|