📝 Fix output path, add checksum

This commit is contained in:
C-3PO 2019-07-21 22:19:57 +02:00
parent e6af0c35de
commit cba048da4c
Signed by: c3po
GPG key ID: 62993C4BB4D86F24

View file

@ -23,9 +23,11 @@ npm install
# Download disk # Download disk
wget http://cdn-patch.swtor.com/patch/assets_swtor_main/assets_swtor_main_-1to0/assets_swtor_main_-1to0.z08 && wget http://cdn-patch.swtor.com/patch/assets_swtor_main/assets_swtor_main_-1to0/assets_swtor_main_-1to0.z08 &&
# Extract file from disk # 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 # 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 # Delete disk
rm assets_swtor_main_-1to0.z08 rm assets_swtor_main_-1to0.z08
``` ```
@ -34,7 +36,7 @@ For a description of the command line arguments, see [this file](src/errorAndExi
## License ## License
Copyright (C) 2018 Jedipedia.net Copyright (C) 2018-2019 Jedipedia.net
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as it under the terms of the GNU Affero General Public License as