From 37c1d2340b8a76721df11083ccc2cdd7da5b45e9 Mon Sep 17 00:00:00 2001 From: nastys <@> Date: Wed, 10 Nov 2021 23:00:59 +0100 Subject: [PATCH] Update appveyor.yml --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 9e2950f..ef219a1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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"