We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d5ebb9 commit 5124f53Copy full SHA for 5124f53
.github/workflows/build.yml
@@ -70,6 +70,7 @@ jobs:
70
deploy-pages:
71
name: Deploy Pages
72
runs-on: ubuntu-latest
73
+ needs: ['package-deploy']
74
environment:
75
name: pages
76
url: ${{ steps.deploy-pages.outputs.pages-url }}
src/include.hpp
@@ -11,7 +11,7 @@
11
#include "objects/Theme.hpp"
12
#include "proxy/ProxyHandler.hpp"
13
14
-#if defined(GEODE_IS_WINDOWS) || defined(GEODE_IS_ANDROID64)
+#if defined(GEODE_IS_WINDOWS) || defined(GEODE_IS_ANDROID64) || defined(GEODE_IS_ARM_MAC)
15
#define KEYBINDS_ENABLED
16
#include <geode.custom-keybinds/include/Keybinds.hpp>
17
0 commit comments