8000 GitHub - polynite/splash: 🌊 Download/update tool optimized for speed.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

🌊 Download/update tool optimized for speed.

License

Notifications You must be signed in to change notification settings

polynite/splash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

splash

Incredibly fast download/update tool.

NOTE: downloading newer (binary) manifests are currently unsupported.

Usage

  1. Build or acquire a prebuilt binary for your system.
  2. Get manifests from polynite/fn-releases.
  3. Run splash -h to see all available options.

Common use-cases

  • To download a specific manifest by id, use -manifest=<manifest id>.
  • To download a specific manifest from file, drag and drop the manifest file on top of the splash binary, or use -manifest-file=<path to manifest>.
  • To download only specific files, use -files=<files to download>.
  • To change the download directory, use -install-dir=<path>.

For example, to download the latest build to C:\Games\FN use splash -install-dir=C:\Games\FN.

If you wanted to only download the main binary and launcher, use splash -files=FortniteGame/Binaries/Win64/FortniteClient-Win64-Shipping.exe,FortniteGame/Binaries/Win64/FortniteLauncher.exe.

Building

  1. Download and install Go.
  2. Clone the repository.
  3. go build .
0