Revert "single executable support"

* WASM module (argon2-browser) does not work properly.

Revert "README: add info about single-executable"

This reverts commit 55343a1353.

Revert "CI: separate artifacts"

This reverts commit 28ba0efd2d.

Revert "CI: build pkg executables"

This reverts commit 482fde49b1.

Revert "pkg: initial configuration"

This reverts commit 6849e9c55b.
This commit is contained in:
Jesse Chan
2020-09-21 18:48:03 +08:00
parent 9d7ea5f037
commit 970b2dd274
3 changed files with 0 additions and 55 deletions
-2
View File
@@ -23,8 +23,6 @@ Check out the [Wiki](https://github.com/jesec/flood/wiki) for more information.
- For Windows, try [this guide](https://rtwi.jmk.hu/wiki/rTorrentOnWindows).
1. Install [NodeJS](https://nodejs.org/) version `Current` (you might want to manage different Node versions with [nodenv](https://github.com/nodenv/nodenv) or [nvm](https://github.com/creationix/nvm) or [n](https://github.com/tj/n)). Flood tracks latest NodeJS release and does NOT provide support to legacy NodeJS versions.
**EXPERIMENTAL**: You can download a single-executable rolling build of Flood from [Github Actions](https://github.com/jesec/flood/actions?query=workflow%3A%22Publish+rolling+build%22). It bundles `NodeJS` and supports `Linux`, `MacOS` or `Windows`.
### Installation
`sudo npm i -g flood` or `npx flood`