From ea85da259c4c7cf7359cbc7579b41207893d5875 Mon Sep 17 00:00:00 2001 From: Carlos Meira <37943747+caumeira@users.noreply.github.com> Date: Fri, 18 Apr 2025 11:27:07 -0300 Subject: [PATCH] chore: update create-desktop-shortcuts Fix a issue with bugged icons --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1e1ca933..a1b5ada0 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "classnames": "^2.5.1", "color": "^4.2.3", "color.js": "^1.2.0", - "create-desktop-shortcuts": "^1.11.0", + "create-desktop-shortcuts": "^1.11.1", "date-fns": "^3.6.0", "dexie": "^4.0.10", "diskusage": "^1.2.0",