umu-commander 1.5.1__py3-none-any.whl → 1.5.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of umu-commander might be problematic. Click here for more details.
- umu_commander/main.py +1 -0
- {umu_commander-1.5.1.dist-info → umu_commander-1.5.2.dist-info}/METADATA +10 -2
- {umu_commander-1.5.1.dist-info → umu_commander-1.5.2.dist-info}/RECORD +6 -6
- {umu_commander-1.5.1.dist-info → umu_commander-1.5.2.dist-info}/WHEEL +0 -0
- {umu_commander-1.5.1.dist-info → umu_commander-1.5.2.dist-info}/entry_points.txt +0 -0
- {umu_commander-1.5.1.dist-info → umu_commander-1.5.2.dist-info}/licenses/LICENSE.txt +0 -0
umu_commander/main.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: umu-commander
|
|
3
|
-
Version: 1.5.
|
|
3
|
+
Version: 1.5.2
|
|
4
4
|
Summary: umu-commander is an interactive CLI tool to help you manage umu.
|
|
5
5
|
Project-URL: Homepage, https://github.com/Mpaxlamitsounas/umu-commander
|
|
6
6
|
Project-URL: Issues, https://github.com/Mpaxlamitsounas/umu-commander/issues
|
|
@@ -21,7 +21,15 @@ What directories each Proton version is being used by is tracked within `trackin
|
|
|
21
21
|
|
|
22
22
|
Vanilla umu configuration files currently do not support setting environmental variables, this tool adds such functionality by adding an extra TOML table in the umu config itself. An example config is available under the name `example_config.toml`.
|
|
23
23
|
|
|
24
|
-
|
|
24
|
+
### Config
|
|
25
|
+
The configuration file lives at `~/.config/umu-commander.toml`. Within it, you can edit the following:
|
|
26
|
+
* PROTON_PATHS: List of directories umu-commander will search for Proton versions.
|
|
27
|
+
* UMU_PROTON_PATH: Directory where umu itself downloads its umu Proton versions.
|
|
28
|
+
* DB_NAME: Tracking DB filename.
|
|
29
|
+
* DB_DIR: Directory where the Tracking DB is stored.
|
|
30
|
+
* UMU_CONFIG_NAME: Name of the umu config created using umu-commander run.
|
|
31
|
+
* DEFAULT_PREFIX_DIR: Directory where WINE prefixes are scanned.
|
|
32
|
+
* [DLL_OVERRIDES_OPTIONS]: Category to list possible DLL overrides in "Label" = "Override string" format.
|
|
25
33
|
|
|
26
34
|
### Verbs
|
|
27
35
|
umu-commander needs one of the following verbs specified after the executable name:
|
|
@@ -2,13 +2,13 @@ umu_commander/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
|
2
2
|
umu_commander/classes.py,sha256=SW8k4TrP4-W4DdaQC_P88wBIgeJ3TIaV7lyt32IfVD8,1654
|
|
3
3
|
umu_commander/configuration.py,sha256=tzVFoQx7M1RGGtP_c_k3IUVFNcLwsmjbQplTeKlFUnM,2398
|
|
4
4
|
umu_commander/database.py,sha256=rkjEEy-Em9ghZOypsWyKTlNjDNMU4XXWuthnpfa6yz4,1343
|
|
5
|
-
umu_commander/main.py,sha256=
|
|
5
|
+
umu_commander/main.py,sha256=LWLLzMO2xm-45USc0Uw1-oTdPW14tOd0-WAbnLvFTQg,1966
|
|
6
6
|
umu_commander/proton.py,sha256=QWqU5N2v-QqP_d-kFGXxXiCufLFQywnMNrbuLXaINZk,2572
|
|
7
7
|
umu_commander/tracking.py,sha256=MVj-GfbROyqhKa-m6557RGCzavTxgphNBVPJNtSTe3k,3058
|
|
8
8
|
umu_commander/umu_config.py,sha256=3b5XeTZppmLpxUGBHi4JSBc7zmKxNKjboldwGfLE0rc,4091
|
|
9
9
|
umu_commander/util.py,sha256=mBRdLs-dnrTE_23qSb9wZ7tw4WmcNU3AS9oJFrVLgH4,2642
|
|
10
|
-
umu_commander-1.5.
|
|
11
|
-
umu_commander-1.5.
|
|
12
|
-
umu_commander-1.5.
|
|
13
|
-
umu_commander-1.5.
|
|
14
|
-
umu_commander-1.5.
|
|
10
|
+
umu_commander-1.5.2.dist-info/METADATA,sha256=E-8ommUma55wG-liyjohc6eaIh1IE3B6NxpMpx1Lzsg,3180
|
|
11
|
+
umu_commander-1.5.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
12
|
+
umu_commander-1.5.2.dist-info/entry_points.txt,sha256=7RGP35zAHeEojZ-sv7JIITuMeH_VVNuG2g2_SUrUnbM,58
|
|
13
|
+
umu_commander-1.5.2.dist-info/licenses/LICENSE.txt,sha256=yipFXBRmVZ2Q44x1q18HccPUAECBQLXAOAr21aS57uY,1071
|
|
14
|
+
umu_commander-1.5.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|