1
0
Fork 0
mirror of synced 2024-05-18 19:42:54 +12:00

Merge pull request #349 from loathingKernel/next

Release 1.10.11
This commit is contained in:
Stelios Tsampas 2023-12-20 11:25:45 +02:00 committed by GitHub
commit dedb2bf66c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 6 deletions

View file

@ -43,4 +43,5 @@ Add any other context about the problem here.
You can find logs in these locations
- Windows: `C:\Users\<username>\AppData\Local\Rare\Rare\cache\logs`
- Linux: `~/.cache/Rare/Rare/logs`
- Linux: `~/.cache/Rare/Rare/logs`
- masOS: `/Users/<username>/Library/Caches/Rare/Rare/logs`

View file

@ -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:

View file

@ -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\<username>\AppData\Local\Rare\Rare\cache\logs`
- Linux: `~/.cache/Rare/Rare/logs`
- masOS: `Add`
- masOS: `/Users/<username>/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

View file

@ -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"

View file

@ -1,4 +1,4 @@
__version__ = "1.10.10"
__version__ = "1.10.11"
__codename__ = "Garlic Crab"
# For PyCharm profiler