📝 Fix output path, add checksum
This commit is contained in:
parent
e6af0c35de
commit
cba048da4c
1 changed files with 5 additions and 3 deletions
|
@ -23,9 +23,11 @@ npm install
|
|||
# Download disk
|
||||
wget http://cdn-patch.swtor.com/patch/assets_swtor_main/assets_swtor_main_-1to0/assets_swtor_main_-1to0.z08 &&
|
||||
# Extract file from disk
|
||||
./ssn-installer --disk assets_swtor_main_-1to0.z08 --offset 267071107 --size 165738618 --keys 3393608425,2820264972,3930508185 > ../swtor_main_gfx_1.tor &&
|
||||
./ssn-installer --disk assets_swtor_main_-1to0.z08 --offset 267071107 --size 165738618 --keys 3393608425,2820264972,3930508185 > swtor_main_gfx_1.tor &&
|
||||
# Verify that file exists
|
||||
stat swtor_main_gfx_1.tor
|
||||
stat swtor_main_gfx_1.tor &&
|
||||
# Verify integrity - should be 9375978a57d22188f9450d6779483da12ee3a8d645080fc0bcae5ca1e087bfb2
|
||||
sha256sum swtor_main_gfx_1.tor
|
||||
# Delete disk
|
||||
rm assets_swtor_main_-1to0.z08
|
||||
```
|
||||
|
@ -34,7 +36,7 @@ For a description of the command line arguments, see [this file](src/errorAndExi
|
|||
|
||||
## License
|
||||
|
||||
Copyright (C) 2018 Jedipedia.net
|
||||
Copyright (C) 2018-2019 Jedipedia.net
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU Affero General Public License as
|
||||
|
|
Loading…
Reference in a new issue