🎨 Fix project name and typo
This commit is contained in:
parent
7f63a97ebb
commit
ee3a7eacc2
2 changed files with 6 additions and 6 deletions
|
@ -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.
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Reference in a new issue