Krock 50b84758f7 Preparation for 2.0.0 2 years ago
..
README.md 50b84758f7 Preparation for 2.0.0 2 years ago
update_gi.sh 9677fd7b71 update_gi.sh: Detect wrong installation paths 3 years ago

README.md

Game update script

Description

This script automates following steps:

  1. Check for game updates
  2. Download the game files
  3. Revert any previously applied patches
  4. Install or update the game files
  5. Apply the newest patch

If you prefer a graphical updater, check out paimon-launcher.

Requirements

This script requires following applications:

  • Either aria2c, wget or curl (file download)
  • xdelta3 (patch script)

Usage instructions

The steps are the same as with the regular patch scripts:

cd "/path/to/Genshin Impact Game"

# Run the update script
bash "/path/to/GI-on-Linux/updater/update_gi.sh"

Follow the script as instructed.

If errors occur after updating the game files, proceed using the original patch guide.