-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
**Summary** - Fix Windows games with multiple parts not installing with wine. - Add Portuguese translation. Signed-off-by: Troy Harvey <[email protected]>
- Loading branch information
1 parent
72ab428
commit 3600ebc
Showing
2 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,11 +21,11 @@ | |
<PartOf>games</PartOf> | ||
<Files> | ||
<Path fileType="executable">/usr/bin/minigalaxy</Path> | ||
<Path fileType="library">/usr/lib/python3.11/site-packages/minigalaxy-1.3.0-py3.11.egg-info/PKG-INFO</Path> | ||
<Path fileType="library">/usr/lib/python3.11/site-packages/minigalaxy-1.3.0-py3.11.egg-info/SOURCES.txt</Path> | ||
<Path fileType="library">/usr/lib/python3.11/site-packages/minigalaxy-1.3.0-py3.11.egg-info/dependency_links.txt</Path> | ||
<Path fileType="library">/usr/lib/python3.11/site-packages/minigalaxy-1.3.0-py3.11.egg-info/requires.txt</Path> | ||
<Path fileType="library">/usr/lib/python3.11/site-packages/minigalaxy-1.3.0-py3.11.egg-info/top_level.txt</Path> | ||
<Path fileType="library">/usr/lib/python3.11/site-packages/minigalaxy-1.3.1-py3.11.egg-info/PKG-INFO</Path> | ||
<Path fileType="library">/usr/lib/python3.11/site-packages/minigalaxy-1.3.1-py3.11.egg-info/SOURCES.txt</Path> | ||
<Path fileType="library">/usr/lib/python3.11/site-packages/minigalaxy-1.3.1-py3.11.egg-info/dependency_links.txt</Path> | ||
<Path fileType="library">/usr/lib/python3.11/site-packages/minigalaxy-1.3.1-py3.11.egg-info/requires.txt</Path> | ||
<Path fileType="library">/usr/lib/python3.11/site-packages/minigalaxy-1.3.1-py3.11.egg-info/top_level.txt</Path> | ||
<Path fileType="library">/usr/lib/python3.11/site-packages/minigalaxy/__init__.py</Path> | ||
<Path fileType="library">/usr/lib/python3.11/site-packages/minigalaxy/__pycache__/__init__.cpython-311.pyc</Path> | ||
<Path fileType="library">/usr/lib/python3.11/site-packages/minigalaxy/__pycache__/api.cpython-311.pyc</Path> | ||
|
@@ -120,9 +120,9 @@ | |
</Files> | ||
</Package> | ||
<History> | ||
<Update release="14"> | ||
<Date>2024-06-11</Date> | ||
<Version>1.3.0</Version> | ||
<Update release="15"> | ||
<Date>2024-12-21</Date> | ||
<Version>1.3.1</Version> | ||
<Comment>Packaging update</Comment> | ||
<Name>Troy Harvey</Name> | ||
<Email>[email protected]</Email> | ||
|