📝 Remove dollar sign from string templates

This commit is contained in:
C-3PO 2019-07-21 18:14:32 +02:00
parent 46af037e8f
commit 0834a2746e
Signed by: c3po
GPG key ID: 62993C4BB4D86F24

View file

@ -41,11 +41,11 @@ Once a patch is installed, you can look into the .version file to figure out whi
Manifests are hosted on manifest.swtor.com, while patches are hosted on cdn-patch.swtor.com. They can only be downloaded via HTTP (port 80) but the lack of HTTPS is not an issue since the files are integrity-checked via their included signatures.
Manifests can be downloaded as follows: `http://manifest.swtor.com/patch/${product}.patchmanifest`
Manifests can be downloaded as follows: `http://manifest.swtor.com/patch/{product}.patchmanifest`
Then knowing which patch you need, you can get the patch as follows: `http://cdn-patch.swtor.com/patch/${product}/${product}_${from}to${to}.solidpkg`
Then knowing which patch you need, you can get the patch as follows: `http://cdn-patch.swtor.com/patch/{product}/{product}_{from}to{to}.solidpkg`
In cases where the environment is part of the product name, the URL is slightly different since there is a folder for the environment: `http://cdn-patch.swtor.com/patch/${environment}/${product}/${product}_${from}to${to}.solidpkg`
In cases where the environment is part of the product name, the URL is slightly different since there is a folder for the environment: `http://cdn-patch.swtor.com/patch/{environment}/{product}/{product}_{from}to{to}.solidpkg`
## Appendix