summaryrefslogtreecommitdiff
path: root/src-tauri/tauri.conf.json
diff options
context:
space:
mode:
Diffstat (limited to 'src-tauri/tauri.conf.json')
-rw-r--r--src-tauri/tauri.conf.json52
1 files changed, 52 insertions, 0 deletions
diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json
new file mode 100644
index 0000000..7a3370c
--- /dev/null
+++ b/src-tauri/tauri.conf.json
@@ -0,0 +1,52 @@
+{
+ "ctx": {},
+ "tauri": {
+ "embeddedServer": {
+ "active": true
+ },
+ "bundle": {
+ "active": true,
+ "targets": "all",
+ "identifier": "com.github.fuwn.tauri-vue",
+ "icon": [
+ "icons/32x32.png",
+ "icons/128x128.png",
+ "icons/icon.icns",
+ "icons/icon.ico"
+ ],
+ "resources": [],
+ "externalBin": [],
+ "copyright": "",
+ "category": "DeveloperTool",
+ "shortDescription": "",
+ "longDescription": "",
+ "deb": {
+ "depends": [],
+ "useBootstrapper": false
+ },
+ "osx": {
+ "frameworks": [],
+ "minimumSystemVersion": "",
+ "useBootstrapper": false
+ },
+ "exceptionDomain": ""
+ },
+ "allowlist": {
+ "all": true
+ },
+ "window": {
+ "title": "tauri-vue",
+ "width": 800,
+ "height": 600,
+ "resizable": true,
+ "fullscreen": false
+ },
+ "security": {
+ "csp": "default-src blob: data: filesystem: ws: http: https: 'unsafe-eval' 'unsafe-inline'"
+ },
+ "inliner": {
+ "active": true
+ }
+ }
+} \ No newline at end of file