Skip to content

Commit 98aab63

Browse files
committed
v2.6.0d
1 parent c57b737 commit 98aab63

36 files changed

Lines changed: 68 additions & 78 deletions

Apps/Building/Clang/OrangeLoader.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ int main(int argc, const char * argv[]) {
6565
printWarnMessage("-----------");
6666
printWarnMessage("Welcome to OrangeBlox Loader 🍊!");
6767
printWarnMessage("Made by Efaz from efaz.dev!");
68-
printWarnMessage("v2.6.0c");
68+
printWarnMessage("v2.6.0d");
6969
printWarnMessage("-----------");
7070
printMainMessage("Determining System Paths...");
7171
NSFileManager *fm = [NSFileManager defaultManager];

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.6.0c</string>
16+
<string>2.6.0d</string>
1717
<key>CFBundleSignature</key>
1818
<string>????</string>
1919
<key>CFBundleVersion</key>
20-
<string>2.6.0c</string>
20+
<string>2.6.0d</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.6.0c"}
36+
current_version = {"version": "2.6.0d"}
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
@@ -19,7 +19,7 @@
1919
import webbrowser
2020
import PyKits
2121

22-
current_version = {"version": "2.6.0c"}
22+
current_version = {"version": "2.6.0d"}
2323
main_os = platform.system()
2424
args = sys.argv
2525
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.6.0c"}
11+
current_version = {"version": "2.6.0d"}
1212
main_plist = {
1313
"CFBundleDevelopmentRegion": "en-US",
1414
"CFBundleDisplayName": "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.6.0c"}
11+
current_version = {"version": "2.6.0d"}
1212
main_plist = {
1313
"CFBundleDevelopmentRegion": "en-US",
1414
"CFBundleDisplayName": "OrangeBlox",

Apps/Building/UpdateVersion.py

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

1919
# Load Version.json
2020
version_json = {
21-
"version": "2.6.0c",
22-
"latest_version": "2.6.0c",
21+
"version": "2.6.0d",
22+
"latest_version": "2.6.0d",
2323
"hashes": {},
2424
"download_location": "https://github.com/EfazDev/orangeblox/archive/refs/heads/main.zip"
2525
}

Apps/OrangeBloxMac.zip

-3 Bytes
Binary file not shown.

Apps/OrangeBloxMacIntel.zip

-1 Bytes
Binary file not shown.

Apps/OrangeBloxWindows.zip

-2.46 KB
Binary file not shown.

0 commit comments

Comments
 (0)