From 125a023733dbe4c0734c7abb38712a28684dc284 Mon Sep 17 00:00:00 2001 From: Nick Roussis Date: Sat, 11 Mar 2023 22:10:00 +0200 Subject: [PATCH] initial release --- main.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/main.py b/main.py index f71fa19..0226ea8 100755 --- a/main.py +++ b/main.py @@ -35,8 +35,7 @@ # Starting info print( "\nReport issues on Github: https://github.com/neek8044/NuitkaBuilder\n", - Fore.YELLOW + "\nNOTE: Linux requires 'patchelf' to be installed. Install it with your package manager if it does not work.\nYou may want to install 'ordered-set' with 'pip3 install ordered-set' for best compilation performance.", - Style.BRIGHT + "\nWARNING:" + Style.NORMAL, "Wine mode is UNSTABLE! If it throws an error it would be because of the instability of the mode. Do not try to fix your Wine installation if that happens.", + Fore.YELLOW + "\nNOTE: Linux requires 'patchelf' to be installed. You should install it with your package manager to use this program.\nYou may want to install 'ordered-set' with 'pip3 install ordered-set' for best compilation performance.", Fore.BLUE + "\n--> Building standalone for main.py" + Fore.RESET )