Skip to content

Commit

Permalink
Remove Android from snapshots for now, RNL cannot connect
Browse files Browse the repository at this point in the history
  • Loading branch information
michaliskambi committed Jun 24, 2024
1 parent 4a0f42b commit 20462c6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,9 @@ jobs:
# Releases files in the "snapshot" release.
- name: Release Artifacts
if: ${{ github.ref == 'refs/heads/master' }}
run: gh release --repo ${{ github.repository }} upload snapshot --clobber client/*.zip client/*.tar.gz client/*.apk server/*.zip server/*.tar.gz
# Not uploading: client/*.apk
# because too much things don't work -- RNL cannot connect.
run: gh release --repo ${{ github.repository }} upload snapshot --clobber client/*.zip client/*.tar.gz server/*.zip server/*.tar.gz
env:
GH_TOKEN: ${{ github.token }}

Expand Down
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,13 @@ Done during our gamejam at _Cat-astrophe Games_ on 2022-06-10. **Done in 1 day.*

Platforms (using GitHub actions to build everywhere):

- Linux: client and server
- Windows: client and server
- macOS: client (TODO mouse look) and server
- Android: client (TODO but input and connectivity broken)
- Linux: client and server.

- Windows: client and server.

- macOS: client and server. But note that there are some critical issues with macOS client: mouse look is broken (see TODO section below).

- Android: client. But note that there are some critical issues with Android version: it cannot connect (ERNLHost, "Empty Socket" error -- likely on RNL side), also not optimal UI on mobile (see TODO section below).

Server can run on any plaform and accept connection from client from any platform. I.e. you can run server on Linux and connect from any platform -- Linux, Windows etc.

Expand Down

0 comments on commit 20462c6

Please sign in to comment.