We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc525e0 commit 68e9155Copy full SHA for 68e9155
1 file changed
README.md
@@ -77,6 +77,9 @@ There are addons available now, e.g.:
77
* OS: Any (32/64 bit)
78
> **Note**: This version is **not supporting global hot keys**
79
* Portable version (Tar ball)
80
+ * Running with [Wine](https://www.winehq.org) (_tested with 10.0 on Ubuntu 25.04_)
81
+ Start the application in the application's directory with **wine HitCounterManager.exe**
82
+ > **Note**: Wine seems to required **32 bit mode** (therefore it might not run on OS without 32 bit support!)
83
* Running with [Mono](https://www.mono-project.com/) (_tested with 5.14.0_)
84
Start the application in the application's directory with **mono HitCounterManager.exe**
85
> **Note**: Mono supports **32 bit mode only** (therefore it cannot be run on OS without 32 bit support!)
0 commit comments