chore: format rust code

This commit is contained in:
GyDi
2022-11-12 11:37:23 +08:00
parent b07a4b95aa
commit a45c61f19e
31 changed files with 3268 additions and 3262 deletions

View File

@@ -25,13 +25,8 @@
"icons/icon-new.icns",
"icons/icon.ico"
],
"resources": [
"resources"
],
"externalBin": [
"sidecar/clash",
"sidecar/clash-meta"
],
"resources": ["resources"],
"externalBin": ["sidecar/clash", "sidecar/clash-meta"],
"copyright": "© 2022 zzzgydi All Rights Reserved",
"category": "DeveloperTool",
"shortDescription": "A Clash GUI based on tauri.",
@@ -51,10 +46,7 @@
"digestAlgorithm": "sha256",
"timestampUrl": "",
"wix": {
"language": [
"zh-CN",
"en-US"
]
"language": ["zh-CN", "en-US"]
}
}
},
@@ -86,4 +78,4 @@
"csp": "script-src 'unsafe-eval' 'self'; default-src blob: data: filesystem: ws: wss: http: https: tauri: 'unsafe-eval' 'unsafe-inline' 'self'; img-src data: 'self';"
}
}
}
}