feat: add build script & add ico
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
"start": "npm run dev",
|
||||
"dev": "npm run tauri dev",
|
||||
"build": "npm run tauri build -- --target universal-apple-darwin",
|
||||
"build:windows": "npm run tauri build -- --target x86_64-pc-windows-msvc",
|
||||
"tauri": "tauri"
|
||||
},
|
||||
"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
|
||||
},
|
||||
"bundle": {
|
||||
"icon": ["icons/weRead.icns"],
|
||||
"icon": [
|
||||
"icons/weRead.icns",
|
||||
"icons/icon.ico"
|
||||
],
|
||||
"active": true,
|
||||
"category": "DeveloperTool",
|
||||
"copyright": "",
|
||||
|
||||
Reference in New Issue
Block a user