Version 1.13.6
This commit is contained in:
@@ -38,7 +38,7 @@ sudo dpkg --add-architecture i386
|
||||
sudo apt update
|
||||
sudo apt install -y wget
|
||||
mkdir -p ~/faugus-launcher
|
||||
wget -P ~/faugus-launcher https://github.com/Faugus/faugus-launcher/releases/download/1.13.5/faugus-launcher_1.13.5-1_all.deb
|
||||
wget -P ~/faugus-launcher https://github.com/Faugus/faugus-launcher/releases/download/1.13.6/faugus-launcher_1.13.6-1_all.deb
|
||||
sudo apt install -y ~/faugus-launcher/*.deb
|
||||
sudo rm -r ~/faugus-launcher
|
||||
```
|
||||
|
||||
@@ -81,14 +81,10 @@
|
||||
</screenshot>
|
||||
</screenshots>
|
||||
<releases>
|
||||
<release version="1.13.5-1" date="2026-01-14">
|
||||
<release version="1.13.6-1" date="2026-01-16">
|
||||
<description>
|
||||
<ul>
|
||||
<li>Fixed button run not working when the path has single quotes</li>
|
||||
<li>Fixed games not running on non-systemd systems</li>
|
||||
<li>Some code restructuring</li>
|
||||
<li>Fixed games not running on non-systemd systems</li>
|
||||
<li>Updated Portuguese translation</li>
|
||||
<li>Fixed a critical problem where the button stop sometimes would delete all the entries</li>
|
||||
</ul>
|
||||
</description>
|
||||
</release>
|
||||
|
||||
@@ -87,14 +87,10 @@
|
||||
</screenshot>
|
||||
</screenshots>
|
||||
<releases>
|
||||
<release version="1.13.5-1" date="2026-01-14">
|
||||
<release version="1.13.6-1" date="2026-01-16">
|
||||
<description>
|
||||
<ul>
|
||||
<li>Fixed button run not working when the path has single quotes</li>
|
||||
<li>Fixed games not running on non-systemd systems</li>
|
||||
<li>Some code restructuring</li>
|
||||
<li>Fixed games not running on non-systemd systems</li>
|
||||
<li>Updated Portuguese translation</li>
|
||||
<li>Fixed a critical problem where the button stop sometimes would delete all the entries</li>
|
||||
</ul>
|
||||
</description>
|
||||
</release>
|
||||
|
||||
@@ -26,7 +26,7 @@ from filelock import FileLock, Timeout
|
||||
from faugus.config_manager import *
|
||||
from faugus.dark_theme import *
|
||||
|
||||
VERSION = "1.13.5"
|
||||
VERSION = "1.13.6"
|
||||
print(f"Faugus Launcher {VERSION}")
|
||||
IS_FLATPAK = 'FLATPAK_ID' in os.environ or os.path.exists('/.flatpak-info')
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
project(
|
||||
'faugus-launcher',
|
||||
version: '1.13.5',
|
||||
version: '1.13.6',
|
||||
meson_version: '>=1.2.0',
|
||||
license: 'MIT',
|
||||
license_files: 'LICENSE',
|
||||
|
||||
Reference in New Issue
Block a user