added cargo files
This commit is contained in:
70
PinePods-0.8.2/web/src-tauri/tauri.conf.json
Normal file
70
PinePods-0.8.2/web/src-tauri/tauri.conf.json
Normal file
@@ -0,0 +1,70 @@
|
||||
{
|
||||
"build": {
|
||||
"beforeBuildCommand": "",
|
||||
"beforeDevCommand": "RUSTFLAGS='--cfg=web_sys_unstable_apis --cfg getrandom_backend=\"wasm_js\"' trunk serve",
|
||||
"devUrl": "http://localhost:8080",
|
||||
"frontendDist": "../dist"
|
||||
},
|
||||
"identifier": "com.gooseberrydevelopment.pinepods",
|
||||
"productName": "Pinepods",
|
||||
"version": "1.2.4",
|
||||
"app": {
|
||||
"trayIcon": {
|
||||
"iconPath": "icons/icon.png",
|
||||
"iconAsTemplate": true
|
||||
},
|
||||
"withGlobalTauri": true,
|
||||
"security": {
|
||||
"csp": null
|
||||
},
|
||||
"windows": [
|
||||
{
|
||||
"fullscreen": false,
|
||||
"height": 1000,
|
||||
"resizable": true,
|
||||
"title": "Pinepods",
|
||||
"width": 1200
|
||||
}
|
||||
]
|
||||
},
|
||||
"bundle": {
|
||||
"active": true,
|
||||
"category": "DeveloperTool",
|
||||
"copyright": "",
|
||||
"linux": {
|
||||
"deb": {
|
||||
"depends": [],
|
||||
"files": {
|
||||
"/usr/share/metainfo/com.gooseberrydevelopment.pinepods.metainfo.xml": "./com.gooseberrydevelopment.pinepods.metainfo.xml"
|
||||
}
|
||||
}
|
||||
},
|
||||
"android": {
|
||||
"versionCode": 100
|
||||
},
|
||||
"externalBin": [],
|
||||
"icon": [
|
||||
"icons/32x32.png",
|
||||
"icons/128x128.png",
|
||||
"icons/128x128@2x.png",
|
||||
"icons/icon.icns",
|
||||
"icons/icon.ico"
|
||||
],
|
||||
"longDescription": "",
|
||||
"macOS": {
|
||||
"entitlements": null,
|
||||
"exceptionDomain": "",
|
||||
"frameworks": [],
|
||||
"providerShortName": null,
|
||||
"signingIdentity": null
|
||||
},
|
||||
"resources": [],
|
||||
"shortDescription": "",
|
||||
"targets": "all",
|
||||
"windows": {
|
||||
"certificateThumbprint": null,
|
||||
"digestAlgorithm": "sha256",
|
||||
"timestampUrl": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user