fix: missing check for update

This commit is contained in:
reya 2024-11-03 13:50:52 +07:00
parent 85fa1e2359
commit efd3c83193

View File

@ -1,7 +1,7 @@
{
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
"productName": "Lume",
"version": "24.11.1",
"version": "24.11.2",
"identifier": "nu.lume.Lume",
"build": {
"beforeDevCommand": "pnpm dev",
@ -39,7 +39,10 @@
"targets": "all",
"active": true,
"category": "SocialNetworking",
"resources": ["resources/*", "locales/*"],
"resources": [
"resources/*",
"locales/*"
],
"icon": [
"icons/32x32.png",
"icons/128x128.png",