Post release updates and AppImage fix
This commit is contained in:
@@ -8,7 +8,7 @@ jobs:
|
||||
|
||||
buildLinux-AppImage:
|
||||
needs: buildAssets
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
env:
|
||||
PYTHON_VERSION: "3.13"
|
||||
LINUX_TAG: "manylinux_2_28"
|
||||
|
||||
+3
-3
@@ -4,9 +4,9 @@
|
||||
|
||||
### Release Notes
|
||||
|
||||
This is a patch release that fixes some issues with tags and references, and issue with the
|
||||
auto-complete menu on Windows, and issues with the AppImage on Linux. The Czech translation for
|
||||
2.7 has been completed.
|
||||
This is a patch release that fixes some issues with tags and references, an issue with the
|
||||
auto-complete menu on Windows, and some issues with the AppImage on Linux. The Czech translation
|
||||
for 2.7 has also been completed.
|
||||
|
||||
### Detailed Changelog
|
||||
|
||||
|
||||
@@ -185,6 +185,7 @@ def launchpad(args: argparse.Namespace) -> None:
|
||||
("24.04", "noble"),
|
||||
("24.10", "oracular"),
|
||||
("25.04", "plucky"),
|
||||
("25.10", "questing"),
|
||||
]
|
||||
|
||||
print("Building Ubuntu packages for:")
|
||||
|
||||
Reference in New Issue
Block a user