Update appveyor.yml
This commit is contained in:
+2
-2
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user