diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index dfc5f405..42b2b786 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -43,4 +43,5 @@ Add any other context about the problem here. You can find logs in these locations - Windows: `C:\Users\\AppData\Local\Rare\Rare\cache\logs` -- Linux: `~/.cache/Rare/Rare/logs` \ No newline at end of file +- Linux: `~/.cache/Rare/Rare/logs` +- masOS: `/Users//Library/Caches/Rare/Rare/logs` diff --git a/AppImageBuilder.yml b/AppImageBuilder.yml index 876a8b2a..0abc7f7b 100644 --- a/AppImageBuilder.yml +++ b/AppImageBuilder.yml @@ -20,7 +20,7 @@ AppDir: id: io.github.dummerle.rare name: Rare icon: Rare - version: 1.10.10 + version: 1.10.11 exec: usr/bin/python3 exec_args: $APPDIR/usr/src/rare/main.py $@ apt: diff --git a/README.md b/README.md index aafc469a..b4a7eedc 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ When reporting issues, it is helpful to also include the logs with your issue. You can find the longs in the following locations depending on your operating system - Windows: `C:\Users\\AppData\Local\Rare\Rare\cache\logs` - Linux: `~/.cache/Rare/Rare/logs` -- masOS: `Add` +- masOS: `/Users//Library/Caches/Rare/Rare/logs` In these folders you will find files named like below @@ -135,7 +135,7 @@ It is possible to create a desktop link, or a start menu link. Execute the comma * On Linux `/home/user/.local/bin` must be in your PATH. * On Windows `PythonInstallationDirectory\Scripts` must be in your PATH. -* On macOS `/Users/user/Library/Python/3.x/bin` must be in your PATH. +* On macOS `/Users/user/Library/Python/3.x/bin` must be in your PATH. ### Run from source diff --git a/pyproject.toml b/pyproject.toml index ea852345..1887e232 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ force-exclude = ''' [tool.poetry] name = "rare" -version = "1.10.10" +version = "1.10.11" description = "A GUI for Legendary" authors = ["Dummerle"] license = "GPL3" diff --git a/rare/__init__.py b/rare/__init__.py index a38faaf3..c49d25ad 100644 --- a/rare/__init__.py +++ b/rare/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.10.10" +__version__ = "1.10.11" __codename__ = "Garlic Crab" # For PyCharm profiler