📝 Remove dollar sign from string templates
This commit is contained in:
parent
46af037e8f
commit
0834a2746e
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue