chore: rm some files
This commit is contained in:
parent
b54171bc2c
commit
359b82c29c
@ -4,10 +4,8 @@
|
|||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "tauri dev",
|
"dev": "tauri dev",
|
||||||
"dev:diff": "tauri dev -f verge-dev -c src-tauri/tauri.alpha.json",
|
"dev:diff": "tauri dev -f verge-dev",
|
||||||
"dev:core": "cross-env VITE_MULTI_CORE=1 yarn dev:diff",
|
|
||||||
"build": "tauri build",
|
"build": "tauri build",
|
||||||
"build:meta": "cross-env VITE_MULTI_CORE=1 tauri build -c src-tauri/tauri.meta.json",
|
|
||||||
"tauri": "tauri",
|
"tauri": "tauri",
|
||||||
"web:dev": "vite",
|
"web:dev": "vite",
|
||||||
"web:build": "tsc && vite build",
|
"web:build": "tsc && vite build",
|
||||||
|
@ -1,13 +0,0 @@
|
|||||||
{
|
|
||||||
"tauri": {
|
|
||||||
"bundle": {
|
|
||||||
"externalBin": ["sidecar/clash", "sidecar/clash-meta"],
|
|
||||||
"windows": {
|
|
||||||
"wix": {
|
|
||||||
"language": ["zh-CN", "en-US"]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -1,87 +0,0 @@
|
|||||||
{
|
|
||||||
"package": {
|
|
||||||
"productName": "Clash Verge Meta",
|
|
||||||
"version": "1.0.1"
|
|
||||||
},
|
|
||||||
"build": {
|
|
||||||
"distDir": "../dist",
|
|
||||||
"devPath": "http://localhost:3000/",
|
|
||||||
"beforeDevCommand": "yarn run web:dev",
|
|
||||||
"beforeBuildCommand": "yarn run web:build"
|
|
||||||
},
|
|
||||||
"tauri": {
|
|
||||||
"systemTray": {
|
|
||||||
"iconPath": "icons/tray-icon.png",
|
|
||||||
"iconAsTemplate": true
|
|
||||||
},
|
|
||||||
"bundle": {
|
|
||||||
"active": true,
|
|
||||||
"targets": "all",
|
|
||||||
"identifier": "top.gydi.clashverge",
|
|
||||||
"icon": [
|
|
||||||
"icons/32x32.png",
|
|
||||||
"icons/128x128.png",
|
|
||||||
"icons/128x128@2x.png",
|
|
||||||
"icons/icon.icns",
|
|
||||||
"icons/icon.ico"
|
|
||||||
],
|
|
||||||
"resources": ["resources"],
|
|
||||||
"externalBin": ["sidecar/clash", "sidecar/clash-meta"],
|
|
||||||
"copyright": "© 2022 zzzgydi All Rights Reserved",
|
|
||||||
"category": "DeveloperTool",
|
|
||||||
"shortDescription": "A Clash GUI based on tauri.",
|
|
||||||
"longDescription": "A Clash GUI based on tauri.",
|
|
||||||
"deb": {
|
|
||||||
"depends": []
|
|
||||||
},
|
|
||||||
"macOS": {
|
|
||||||
"frameworks": [],
|
|
||||||
"minimumSystemVersion": "",
|
|
||||||
"exceptionDomain": "",
|
|
||||||
"signingIdentity": null,
|
|
||||||
"entitlements": null
|
|
||||||
},
|
|
||||||
"windows": {
|
|
||||||
"certificateThumbprint": null,
|
|
||||||
"digestAlgorithm": "sha256",
|
|
||||||
"timestampUrl": ""
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"updater": {
|
|
||||||
"active": true,
|
|
||||||
"endpoints": [
|
|
||||||
"https://github.com/zzzgydi/clash-verge/releases/download/updater/update.json",
|
|
||||||
"https://hub.fastgit.xyz/zzzgydi/clash-verge/releases/download/updater/update-proxy.json"
|
|
||||||
],
|
|
||||||
"dialog": false,
|
|
||||||
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDExNUFBNTBBN0FDNEFBRTUKUldUbHFzUjZDcVZhRVRJM25NS3NkSFlFVElxUkNZMzZ6bHUwRVJjb2F3alJXVzRaeDdSaTA2YWYK"
|
|
||||||
},
|
|
||||||
"allowlist": {
|
|
||||||
"shell": {
|
|
||||||
"all": true
|
|
||||||
},
|
|
||||||
"window": {
|
|
||||||
"all": true
|
|
||||||
},
|
|
||||||
"process": {
|
|
||||||
"all": true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"windows": [
|
|
||||||
{
|
|
||||||
"title": "Clash Verge",
|
|
||||||
"width": 800,
|
|
||||||
"height": 636,
|
|
||||||
"resizable": true,
|
|
||||||
"fullscreen": false,
|
|
||||||
"decorations": false,
|
|
||||||
"transparent": true,
|
|
||||||
"minWidth": 600,
|
|
||||||
"minHeight": 520
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"security": {
|
|
||||||
"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';"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user