Skip to content

Commit

Permalink
Return back unsupported platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
ekharkunov committed Mar 4, 2025
1 parent e9b562d commit 85ab72f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/src/main/java/com/defold/extender/Extender.java
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ class Extender {
"common",
"ios", "armv7-ios","arm64-ios","x86_64-ios",
"android", "armv7-android","arm64-android",
"osx", "x86_64-osx","arm64-osx",
"linux", "x86_64-linux", "arm64-linux",
"osx", "x86-osx", "x86_64-osx","arm64-osx",
"linux", "x86-linux", "x86_64-linux", "arm64-linux",
"win32", "x86-win32", "x86_64-win32",
"web", "js-web", "wasm-web",
"nx64", "arm64-nx64",
Expand Down

0 comments on commit 85ab72f

Please sign in to comment.