File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,16 +19,16 @@ The updater for BlueMaxima's Flashpoint.
19191 . Download the latest release.
20202 . Unpack anywhere.
21213 . Run it from the command-line as such:
22- ` FlashpointUpdater.exe <flashpoint-path> <current-version> <target-version> `
22+ ` FlashpointUpdater.exe <flashpoint-path> -u <current-version> <target-version> `
2323
24- ##### Example: ` FlashpointUpdater.exe C:\Flashpoint 5.5 6.1 `
24+ ##### Example: ` FlashpointUpdater.exe C:\Flashpoint -u 5.5 6.1 `
2525
2626### Mac/Linux
2727
28281 . Install Python 3.
29292 . Clone the repository.
30303 . Run in the project root: ` pip install -r requirements.txt `
31- 4 . Use it like: ` update.py /media/ext1/Flashpoint <flashpoint-path> <current-version> <target-version> `
31+ 4 . Use it like: ` update.py /media/ext1/Flashpoint <flashpoint-path> -u <current-version> <target-version> `
3232
3333Or launch the GUI version with ` update_gui.py ` .
3434
You can’t perform that action at this time.
0 commit comments