Skip to content
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.

Commit

Permalink
Include Linux build scripts, update README, set executable flags on s…
Browse files Browse the repository at this point in the history
…ni binaries, bump version to v0.11.0
  • Loading branch information
LegendaryLinux committed Oct 30, 2021
1 parent a803936 commit 6c42c43
Show file tree
Hide file tree
Showing 6 changed files with 470 additions and 722 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ I am writing this using the latest version of Node.js, but you might be able to
git clone https://github.com/ArchipelagoMW/SuperMetroidClient
cd SuperMetroidClient
npm install
electron-rebuild
npm run electron-rebuild
npm start
```
4 changes: 2 additions & 2 deletions assets/globals.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
const CLIENT_VERSION = {
state: 'Beta',
major: 0,
minor: 10,
patch: 3,
minor: 11,
patch: 0,
};

const ARCHIPELAGO_PROTOCOL_VERSION = {
Expand Down

0 comments on commit 6c42c43

Please sign in to comment.