From a30c33a339d1cf807628c584edb2ccf5dce280a9 Mon Sep 17 00:00:00 2001 From: Botspot <54716352+Botspot@users.noreply.github.com> Date: Mon, 9 Dec 2024 20:16:34 -0600 Subject: [PATCH] add wine preinstalled caveat --- apps/Hangover/description | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/Hangover/description b/apps/Hangover/description index 96e0b4a27a..03e2729894 100644 --- a/apps/Hangover/description +++ b/apps/Hangover/description @@ -1,7 +1,8 @@ Hangover runs simple Win64 and Win32 applications on arm64 Linux. Only the application is emulated instead of a whole Wine installation. -Examples on how to run: +Hangover can be used in place of the Wine app on Pi-Apps. If you have Wine installed already, clicking Install here will uninstall Wine first. Do note that installed applications and configuration left over from Wine in ~/.wine will need to be removed or renamed, as it appears Hangover cannot import it. +Examples on how to run: $ wine your_x86_64_application.exe # Uses FEX for 64-bit apps $ wine your_x86_application.exe # To use Box64 for 32-bit apps $ HODLL=libwow64fex.dll wine your_x86_application.exe # To use FEX for 32-bit apps