From 4bf30603d0efdec54099caa0028a325757a5590a Mon Sep 17 00:00:00 2001 From: Sharad Mayank Sinha Date: Sun, 30 Nov 2025 16:28:22 +0530 Subject: [PATCH 1/4] feat: Enable Ghostkwebb theme and Apple Silicon build --- forge.config.js | 8 ++++---- index.html | 1 + ol3dc | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/forge.config.js b/forge.config.js index 9c545d5..bfb5f11 100644 --- a/forge.config.js +++ b/forge.config.js @@ -7,10 +7,10 @@ module.exports = { } } }, - osxNotarize: { - tool: 'notarytool', - keychainProfile: 'OpenLive3D', - }, + // osxNotarize: { + // tool: 'notarytool', + // keychainProfile: 'OpenLive3D', + // }, icon: './build/icon' }, rebuildConfig: {}, diff --git a/index.html b/index.html index 4af2388..f1d6a8a 100644 --- a/index.html +++ b/index.html @@ -8,6 +8,7 @@ + diff --git a/ol3dc b/ol3dc index 3ad9e14..d54d465 160000 --- a/ol3dc +++ b/ol3dc @@ -1 +1 @@ -Subproject commit 3ad9e14d402dc214dfce76346ec6dd3ea305879c +Subproject commit d54d4655a7b3226adec701b9d72ae1208511292e From 3ac720f8ce4ccf5b1c9290f35757cedce0da548a Mon Sep 17 00:00:00 2001 From: Sharad Mayank Sinha Date: Sun, 30 Nov 2025 16:55:19 +0530 Subject: [PATCH 2/4] chore: Update core submodule for theme fixes --- ol3dc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ol3dc b/ol3dc index d54d465..1de4d9c 160000 --- a/ol3dc +++ b/ol3dc @@ -1 +1 @@ -Subproject commit d54d4655a7b3226adec701b9d72ae1208511292e +Subproject commit 1de4d9c9a2fa1fa857a9f0c789c42d34e8447203 From 330ea7bdde3e0b5557101d84fc2bcabd376d16d0 Mon Sep 17 00:00:00 2001 From: Sharad Mayank Sinha Date: Sun, 30 Nov 2025 17:02:12 +0530 Subject: [PATCH 3/4] chore: Update core submodule (revert default theme) --- ol3dc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ol3dc b/ol3dc index 1de4d9c..83783a7 160000 --- a/ol3dc +++ b/ol3dc @@ -1 +1 @@ -Subproject commit 1de4d9c9a2fa1fa857a9f0c789c42d34e8447203 +Subproject commit 83783a784cbd40b926ebd8998158d0222c6a3726 From a65cad60d1a079c45ae87bc06c510667c2740058 Mon Sep 17 00:00:00 2001 From: Sharad Mayank Sinha Date: Sun, 30 Nov 2025 17:18:43 +0530 Subject: [PATCH 4/4] chore: Re-enable osxNotarize configuration --- forge.config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/forge.config.js b/forge.config.js index bfb5f11..9c545d5 100644 --- a/forge.config.js +++ b/forge.config.js @@ -7,10 +7,10 @@ module.exports = { } } }, - // osxNotarize: { - // tool: 'notarytool', - // keychainProfile: 'OpenLive3D', - // }, + osxNotarize: { + tool: 'notarytool', + keychainProfile: 'OpenLive3D', + }, icon: './build/icon' }, rebuildConfig: {},