Skip to content

Commit 63fa0a0

Browse files
committed
v2.1.1
1 parent 89be562 commit 63fa0a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,6 @@ OrangeBlox is a Python [Console](https://www.google.com/search?q=developer+conso
7979
6. Server Locations was made thanks to <a href="https://ipinfo.io/"><img src="https://img.shields.io/static/v1?label=&color=00AFFF&message=ipinfo.io%20%F0%9F%8C%90" style="margin-bottom: -4px;" alt="ipinfo.io 🌐"></a> as it wouldn't be possible to get IP address locations without them!
8080
7. The logo of OrangeBlox was made thanks of <a href="https://twitter.com/_Cabled_"><img src="https://img.shields.io/static/v1?label=&color=ffff00&message=@CabledRblx%20%F0%9F%A6%86" style="margin-bottom: -4px;" alt="@CabledRblx 🦆"></a>. Thanks :)
8181
8. macOS App was built using <a href="https://nuitka.net/"><img src="https://img.shields.io/static/v1?label=&color=FFFF00&message=Nuitka%20%F0%9F%93%A6" style="margin-bottom: -4px;" alt="Nuitka 📦"></a>. You can recreate and deploy using this command: `python3 Install.py --rebuild-mode --rebuild-nuitka --rebuild-clang`
82-
9. Windows App was built using <a href="https://pyinstaller.org/en/stable/"><img src="https://img.shields.io/static/v1?label=&color=00AFFF&message=pyinstaller%20%F0%9F%93%A6" style="margin-bottom: -4px;" alt="pyinstaller 📦"></a>. You can recreate and deploy using this command: `python3 Install.py --rebuild-mode --rebuild-pyinstaller --full-rebuild`
82+
9. Windows App was built using <a href="https://pyinstaller.org/en/stable/"><img src="https://img.shields.io/static/v1?label=&color=00AFFF&message=pyinstaller%20%F0%9F%93%A6" style="margin-bottom: -4px;" alt="pyinstaller 📦"></a>. You can recreate and deploy using this command: `python3 Install.py --rebuild-mode --rebuild-pyinstaller`
8383
> [!IMPORTANT]
8484
> This command can be used using the native operating system your computer has. You will also need to run the rebuilding process in the OrangeBlox folder as current path. For Windows, in order to build a x86 exe file in x64, install Python in x86 and include the `--full-rebuild` argument. The argument `--rebuild-clang` is only available in macOS and requires Xcode Command Tools to be installed. Nuitka requires a C compiler to be installed on your computer in order to build. For Windows, use Microsoft Visual Studio 2022 compilation. For more information about Nuitka compiling, use this manual: https://nuitka.net/user-documentation/user-manual.html

0 commit comments

Comments
 (0)