Skip to content

Commit

Permalink
initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
neek8044 committed Mar 11, 2023
1 parent 732fe7b commit 125a023
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down

0 comments on commit 125a023

Please sign in to comment.