Skip to content

Commit aa31b41

Browse files
authored
Chromebook fixes
I hate chromebooks I hate chromebooks I hate chromebooks I hate chromebooks Chromebooks should burn in a fire
1 parent b990436 commit aa31b41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/platforms/AndroidPlatform.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ class AndroidPlatform extends PlatformTarget
151151
Log.error("Bundling requires a release keystore (upload key). Add <certificate .../> to project.xml.");
152152

153153
// Use ALL architectures including x86_64 as this can be used for Google play games on PC
154-
project.architectures = [Architecture.ARMV7, Architecture.ARM64, Architecture.X64];
154+
project.architectures = [Architecture.ARMV7, Architecture.ARM64, Architecture.X64, Architecture.X86];
155155
}
156156
else{
157157

0 commit comments

Comments
 (0)