From 37588eb75acd6e06835be5b8b88c5384efe2f916 Mon Sep 17 00:00:00 2001 From: odrling Date: Sat, 31 Aug 2019 02:31:54 +0200 Subject: [PATCH] [ci] .. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 7a1a7d75a..d22f073d8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -13,7 +13,7 @@ install: build_script: - cd %APPVEYOR_BUILD_FOLDER% - - bash.exe "build\version.sh" + - bash.exe "build\version.sh" . - MSBuild.exe Aegisub.sln /target:BuildTasks - MSBuild.exe Aegisub.sln /m /p:Configuration=Release /p:Platform=x64