update powershell file for windows

This commit is contained in:
Tlntin
2023-03-08 12:34:54 +08:00
parent b164415bb0
commit d17a3b9963
4 changed files with 36 additions and 32 deletions

View File

@@ -1,12 +1,12 @@
{
"package": {
"productName": "",
"productName": "WeRead",
"version": "1.0.0"
},
"tauri": {
"windows": [
{
"url": "https://riju.codes/",
"url": "https://weread.qq.com/",
"transparent": true,
"fullscreen": false,
"width": 1200,
@@ -28,5 +28,3 @@
"beforeDevCommand": ""
}
}

View File

@@ -1,14 +1,14 @@
{
"tauri": {
"bundle": {
"icon": ["png/coderunner_256.ico", "png/coderunner_32.ico"],
"identifier": "com.tw93.coderunner",
"icon": ["png/weread_256.ico", "png/weread_32.ico"],
"identifier": "com.tw93.weread",
"active": true,
"category": "DeveloperTool",
"copyright": "",
"externalBin": [],
"longDescription": "",
"resources": ["png/coderunner_32.ico"],
"resources": ["png/weread_32.ico"],
"shortDescription": "",
"targets": ["msi"],
"windows": {