Merge remote-tracking branch 'upstream/main'

This commit is contained in:
Steven Enamakel
2026-03-30 15:03:01 -07:00
3 changed files with 12 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "openhuman-app",
"version": "0.49.20",
"version": "0.49.21",
"type": "module",
"scripts": {
"dev": "vite",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "OpenHuman"
version = "0.49.20"
version = "0.49.21"
description = "OpenHuman - AI-powered Super Assistant"
authors = ["OpenHuman"]
edition = "2021"
+10 -2
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "OpenHuman",
"version": "0.49.20",
"version": "0.49.21",
"identifier": "com.openhuman.app",
"build": {
"beforeDevCommand": "npm run core:stage && npm run dev",
@@ -29,7 +29,15 @@
},
"bundle": {
"active": true,
"targets": ["app", "dmg", "deb", "nsis", "msi", "appimage", "updater"],
"targets": [
"app",
"dmg",
"deb",
"nsis",
"msi",
"appimage",
"updater"
],
"icon": [
"icons/32x32.png",
"icons/128x128.png",