Skip to content

Commit

Permalink
fix: missing check for update
Browse files Browse the repository at this point in the history
  • Loading branch information
reyamir committed Nov 3, 2024
1 parent 85fa1e2 commit efd3c83
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -39,7 +39,10 @@
"targets": "all",
"active": true,
"category": "SocialNetworking",
"resources": ["resources/*", "locales/*"],
"resources": [
"resources/*",
"locales/*"
],
"icon": [
"icons/32x32.png",
"icons/128x128.png",
Expand Down

0 comments on commit efd3c83

Please sign in to comment.