update powershell file for windows
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"package": {
|
||||
"productName": "WeRead",
|
||||
"productName": "",
|
||||
"version": "1.0.0"
|
||||
},
|
||||
"tauri": {
|
||||
"windows": [
|
||||
{
|
||||
"url": "",
|
||||
"url": "https://riju.codes/",
|
||||
"transparent": true,
|
||||
"fullscreen": false,
|
||||
"width": 1200,
|
||||
@@ -29,3 +29,4 @@
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
{
|
||||
"tauri": {
|
||||
"bundle": {
|
||||
"icon": ["png/weread_256.ico", "png/weread_32.ico"],
|
||||
"identifier": "com.tw93.weread",
|
||||
"icon": ["png/coderunner_256.ico", "png/coderunner_32.ico"],
|
||||
"identifier": "com.tw93.coderunner",
|
||||
"active": true,
|
||||
"category": "DeveloperTool",
|
||||
"copyright": "",
|
||||
"externalBin": [],
|
||||
"longDescription": "",
|
||||
"resources": ["png/weread_32.ico"],
|
||||
"resources": ["png/coderunner_32.ico"],
|
||||
"shortDescription": "",
|
||||
"targets": ["msi"],
|
||||
"windows": {
|
||||
@@ -23,3 +23,6 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user