A cross-platform launcher for Fish Fight.
- Install and launch (via GUI/CLI)
- Auto updates
- Mod management
See available releases.
# Build CLI
$ cd cli/
$ cargo build --release# Build GUI
$ cd gui/
$ yarn install --ignore-engines
$ yarn tauri buildfish-launcher-cli [OPTIONS] <SUBCOMMAND>
OPTIONS:
-v, --verbose Increase logging verbosity
-h, --help Print help information
-V, --version Print version information
SUBCOMMANDS:
list List available releases
install Download and install the game
launch Launch the game
help Print this message or the help of the given subcommand(s)
List available releases:
fish-launcher-cliInstall the latest version:
fish-launcher-cli installLaunch the game:
fish-launcher-cli launch