feat: add build script & add ico
This commit is contained in:
@@ -13,6 +13,7 @@
|
|||||||
"start": "npm run dev",
|
"start": "npm run dev",
|
||||||
"dev": "npm run tauri dev",
|
"dev": "npm run tauri dev",
|
||||||
"build": "npm run tauri build -- --target universal-apple-darwin",
|
"build": "npm run tauri build -- --target universal-apple-darwin",
|
||||||
|
"build:windows": "npm run tauri build -- --target x86_64-pc-windows-msvc",
|
||||||
"tauri": "tauri"
|
"tauri": "tauri"
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 4.2 KiB |
@@ -18,7 +18,10 @@
|
|||||||
"all": true
|
"all": true
|
||||||
},
|
},
|
||||||
"bundle": {
|
"bundle": {
|
||||||
"icon": ["icons/weRead.icns"],
|
"icon": [
|
||||||
|
"icons/weRead.icns",
|
||||||
|
"icons/icon.ico"
|
||||||
|
],
|
||||||
"active": true,
|
"active": true,
|
||||||
"category": "DeveloperTool",
|
"category": "DeveloperTool",
|
||||||
"copyright": "",
|
"copyright": "",
|
||||||
|
|||||||
Reference in New Issue
Block a user