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 1/3] 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", From 7379113dc8509f41498db34db111484cc1f0310b Mon Sep 17 00:00:00 2001 From: Zamitto <167933696+zamitto@users.noreply.github.com> Date: Fri, 18 Apr 2025 12:33:33 -0300 Subject: [PATCH 2/3] chore: update issue template --- .github/ISSUE_TEMPLATE/bug_report.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 204ef846..e9a91e0c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -33,9 +33,9 @@ body: attributes: label: Additional information and data description: | - Add screenshots and upload your logs file here. - Logs location on Windows: "%appdata%/hydra" - Logs location on Linux: "~/.config/hydra/" + Add screenshots and upload your all logs file here. + Logs location on Windows: "%appdata%/hydralauncher/logs" + Logs location on Linux: "~/.config/hydralauncher/logs" validations: required: true - type: input From 18b63d735d68533ddf6f7a313c6c4175bde4d6a2 Mon Sep 17 00:00:00 2001 From: Carlos Meira <37943747+caumeira@users.noreply.github.com> Date: Fri, 18 Apr 2025 16:47:49 -0300 Subject: [PATCH 3/3] Update yarn.lock --- yarn.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/yarn.lock b/yarn.lock index f6eeecae..54c263d8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1460,9 +1460,9 @@ optionalDependencies: global-agent "^3.0.0" -"@electron/node-gyp@git+https://github.com/electron/node-gyp.git#06b29aafb7708acef8b3669835c8a7857ebc92d2": +"@electron/node-gyp@https://github.com/electron/node-gyp#06b29aafb7708acef8b3669835c8a7857ebc92d2": version "10.2.0-electron.1" - resolved "git+https://github.com/electron/node-gyp.git#06b29aafb7708acef8b3669835c8a7857ebc92d2" + resolved "https://github.com/electron/node-gyp#06b29aafb7708acef8b3669835c8a7857ebc92d2" dependencies: env-paths "^2.2.0" exponential-backoff "^3.1.1" @@ -4501,10 +4501,10 @@ crc@^3.8.0: dependencies: buffer "^5.1.0" -create-desktop-shortcuts@^1.11.0: - version "1.11.0" - resolved "https://registry.yarnpkg.com/create-desktop-shortcuts/-/create-desktop-shortcuts-1.11.0.tgz#8eed89329e9bce70dece46d02a80573fe1f2536d" - integrity sha512-nmVtPVqNyMuAyMpDnd7l++hb2laqCWZXnHQaFhqGT1YEi2Ve3unu6QyuyIpGxAwIscNHcG1Ehnl+lFw6ygB2nQ== +create-desktop-shortcuts@^1.11.1: + version "1.11.1" + resolved "https://registry.yarnpkg.com/create-desktop-shortcuts/-/create-desktop-shortcuts-1.11.1.tgz#59f9dced7931bda551c0717791a909419472c809" + integrity sha512-EiHvxrMXXEp4xDD3Nvu1FKLueL9+aBWFYtuTlstYZLIg9H45SoYciizteNB+hvQAls3cRSpoXCM7c4q+lcJpyw== dependencies: which "2.0.2"