feat: release 1.0 - rename to Hearbit AI, fix timestamps, update UI
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"$schema": "https://schema.tauri.app/config/2",
|
||||
"productName": "Hearbit AI",
|
||||
"version": "0.1.0",
|
||||
"identifier": "com.hearbit-ai.app",
|
||||
"identifier": "com.hearbit-ai.desktop",
|
||||
"build": {
|
||||
"beforeDevCommand": "npm run dev",
|
||||
"devUrl": "http://localhost:1420",
|
||||
@@ -13,8 +13,8 @@
|
||||
"windows": [
|
||||
{
|
||||
"title": "Hearbit AI",
|
||||
"width": 800,
|
||||
"height": 600
|
||||
"width": 1000,
|
||||
"height": 800
|
||||
}
|
||||
],
|
||||
"security": {
|
||||
@@ -30,6 +30,9 @@
|
||||
"icons/128x128@2x.png",
|
||||
"icons/icon.icns",
|
||||
"icons/icon.ico"
|
||||
],
|
||||
"resources": [
|
||||
"resources/BlackHole2ch.v0.6.1.pkg"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user