diff --git a/README.md b/README.md index 4360e18..d6eaed5 100644 --- a/README.md +++ b/README.md @@ -134,8 +134,8 @@ Previously, the following environments were also used: SWTOR uses the following products: - __`assets_swtor_de_de`__: German language files for the live environment. -- __`assets_swtor_fr_fr`__: English language files for the live environment. -- __`assets_swtor_en_us`__: French language files for the live environment. +- __`assets_swtor_en_us`__: English language files for the live environment. +- __`assets_swtor_fr_fr`__: French language files for the live environment. - __`assets_swtor_main`__: Main game data for the live environment. - __`assets_swtor_test_de_de`__: German language files for the PTS environment. - __`assets_swtor_test_en_us`__: English language files for the PTS environment. diff --git a/package.json b/package.json index 7326145..fd8b4b7 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,14 @@ { - "name": "patcher", + "name": "ssn", "license": "AGPL-3.0-or-later", - "homepage": "https://git.jedipedia.net/swtor/patcher", + "homepage": "https://git.jedipedia.net/swtor/ssn", "repository": { "type": "git", - "url": "https://git.jedipedia.net/swtor/patcher.git" + "url": "https://git.jedipedia.net/swtor/ssn.git" }, "main": "dist/index.js", "scripts": { - "start": "rm -rf dist && tsc && cd ../patch-installer && ./build.sh && cd ../patcher && mkdir dist/lib && cp ../patch-installer/patch-installer dist/lib", + "start": "rm -rf dist && tsc && cd ../patch-installer && ./build.sh && cd ../ssn && mkdir dist/lib && cp ../patch-installer/patch-installer dist/lib", "test": "echo \"Error: no test specified\" && exit 1" }, "devDependencies": {