-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- update umu-launcher - compile with debug output allowed (why not) (PYB_DEBUG=1 umu-run) - add unique version identifier - update python - decrease severity of cleaner warning
- Loading branch information
Showing
6 changed files
with
27 additions
and
6 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
21 changes: 21 additions & 0 deletions
21
umu-static-bundler/patches/umu/0002-umu-add-unique-version-specifier.patch
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
From 8cc801f5d007535261a69648c91d0ca9718294f0 Mon Sep 17 00:00:00 2001 | ||
From: William Horvath <[email protected]> | ||
Date: Fri, 31 Jan 2025 11:41:21 -0800 | ||
Subject: [PATCH] umu: add unique version specifier | ||
|
||
--- | ||
umu/__init__.py | 2 +- | ||
1 file changed, 1 insertion(+), 1 deletion(-) | ||
|
||
diff --git a/umu/__init__.py b/umu/__init__.py | ||
index e99a85c..7e05b9e 100644 | ||
--- a/umu/__init__.py | ||
+++ b/umu/__init__.py | ||
@@ -1,3 +1,3 @@ | ||
-__version__ = "1.1.4" # noqa: D104 | ||
+__version__ = "1.1.4.99" # noqa: D104 | ||
__runtime_versions__ = (("sniper", "steamrt3"), ("soldier", "steamrt2")) | ||
__runtime_version__ = __runtime_versions__[0] | ||
-- | ||
2.48.1 | ||
|
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
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