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 diff --git a/package.json b/package.json index 0cefd271..d74f5a92 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", diff --git a/yarn.lock b/yarn.lock index 4a3727ef..85039dc0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"