general: Fix wrong package.json accidentally being included in the build output
continuous-integration/appveyor/branch AppVeyor build succeeded Details

master nfp_moe_v2.0.2
Jonatan Nilsson 2022-08-18 11:01:44 +00:00
parent e097a773cb
commit 028688f738
2 changed files with 4 additions and 1 deletions

View File

@ -72,6 +72,9 @@ build_script:
continue;
fi;
mv package.json build-package.json
mv fuck-you-npm-package.json package.json
../7zas a -xr!*.xcf -mx9 "${CURR_VER}_build-sc.7z" package.json index.mjs api base public
echo "Creating release on gitea"
RELEASE_RESULT=$(curl \

View File

@ -1,6 +1,6 @@
{
"name": "nfp_moe",
"version": "2.0.1",
"version": "2.0.2",
"port": 4110,
"description": "NFP Moe website",
"main": "index.js",