Update appveyor.yml

This commit is contained in:
nastys
2021-11-10 23:00:59 +01:00
parent 332a5324ae
commit 37c1d2340b
+2 -2
View File
@@ -22,12 +22,12 @@ after_build:
mkdir "$env:TMP/full/plugins/zh-Hans"
mkdir "$env:TMP/full/plugins/pt-BR"
mkdir "$env:TMP/full/plugins/it-IT"
mkdir "$env:TMP/full/plugins/jp-JA"
mkdir "$env:TMP/full/plugins/ja-JP"
cp "$env:APPVEYOR_BUILD_FOLDER/source-code/data/patches/custom_freeplay_text_example.p" "$env:TMP/full/patches"
cp "$env:APPVEYOR_BUILD_FOLDER/source-code/x64/$env:CONFIGURATION/zh-Hans/*.dll" "$env:TMP/full/plugins/zh-Hans"
cp "$env:APPVEYOR_BUILD_FOLDER/source-code/x64/$env:CONFIGURATION/pt-BR/*.dll" "$env:TMP/full/plugins/pt-BR"
cp "$env:APPVEYOR_BUILD_FOLDER/source-code/x64/$env:CONFIGURATION/it-IT/*.dll" "$env:TMP/full/plugins/it-IT"
cp "$env:APPVEYOR_BUILD_FOLDER/source-code/x64/$env:CONFIGURATION/jp-JA/*.dll" "$env:TMP/full/plugins/jp-JA"
cp "$env:APPVEYOR_BUILD_FOLDER/source-code/x64/$env:CONFIGURATION/ja-Jp/*.dll" "$env:TMP/full/plugins/ja-JP"
}
cp "$env:APPVEYOR_BUILD_FOLDER/source-code/data/README - PD Loader.url" "$env:TMP/full"