Skip to content

Commit eb143e1

Browse files
committed
v2.5.0c
1 parent 1d52b0c commit eb143e1

23 files changed

Lines changed: 40 additions & 40 deletions

Apps/Building/Clang/OrangeLoader.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ - (void)applicationDidFinishLaunching:(NSNotification *)aNotification {
139139
@end
140140

141141
int main(int argc, char* argv[]) {
142-
std::string current_version = "2.5.0b";
142+
std::string current_version = "2.5.0c";
143143
printWarnMessage("-----------");
144144
printWarnMessage("Welcome to OrangeBlox Loader 🍊!");
145145
printWarnMessage("Made by Efaz from efaz.dev!");

Apps/Building/Nuitka/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
<key>CFBundleName</key>
1414
<string>OrangeBlox</string>
1515
<key>CFBundleShortVersionString</key>
16-
<string>2.5.0b</string>
16+
<string>2.5.0c</string>
1717
<key>CFBundleSignature</key>
1818
<string>????</string>
1919
<key>CFBundleVersion</key>
20-
<string>2.5.0b</string>
20+
<string>2.5.0c</string>
2121
<key>CFBundlePackageType</key>
2222
<string>APPL</string>
2323
<key>LSApplicationCategoryType</key>

Apps/Building/Nuitka/Rebuild.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
cur_path = os.path.realpath(os.path.join(os.path.dirname(os.path.abspath(__file__)), "../", "../", "../"))
3434
cwd = cur_path
3535
prefix_print = "Rebuild OrangeBlox @ "
36-
current_version = {"version": "2.5.0b"}
36+
current_version = {"version": "2.5.0c"}
3737

3838
split_vers = current_version["version"].split(".")
3939
letter_version = None

Apps/Building/OrangeBlox.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
import webbrowser
1515
import PyKits
1616

17-
current_version = {"version": "2.5.0b"}
17+
current_version = {"version": "2.5.0c"}
1818
main_os = platform.system()
1919
args = sys.argv
2020
generated_app_id = os.urandom(3).hex()

Apps/Building/Pyinstaller/OrangeBlox_macOS.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ except:
88
print("Disabled Visual Studio Code Mode")
99

1010
icon_file = "../../../Images/AppIcon.icns"
11-
current_version = {"version": "2.5.0b"}
11+
current_version = {"version": "2.5.0c"}
1212

1313
main_plist = {
1414
"CFBundleExecutable": "OrangeBlox",

Apps/Building/Pyinstaller/OrangeBlox_macOSIntel.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ except:
88
print("Disabled Visual Studio Code Mode")
99

1010
icon_file = "../../../Images/AppIcon.icns"
11-
current_version = {"version": "2.5.0b"}
11+
current_version = {"version": "2.5.0c"}
1212

1313
main_plist = {
1414
"CFBundleExecutable": "OrangeBlox",

Apps/Building/UpdateVersion.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ def generateFileHash(file_path):
2525

2626
# Load Version.json
2727
version_json = {
28-
"version": "2.5.0b",
29-
"latest_version": "2.5.0b",
28+
"version": "2.5.0c",
29+
"latest_version": "2.5.0c",
3030
"hashes": {},
3131
"download_location": "https://github.com/EfazDev/orangeblox/archive/refs/heads/main.zip"
3232
}

Apps/OrangeBloxMac.zip

14 Bytes
Binary file not shown.

Apps/OrangeBloxMacIntel.zip

9 Bytes
Binary file not shown.

Apps/OrangeBloxWindows.zip

18.3 MB
Binary file not shown.

0 commit comments

Comments
 (0)