From ce595a86ce6b51924ee76774250d4720fbe9de91 Mon Sep 17 00:00:00 2001 From: CarVac Date: Fri, 5 Mar 2021 00:27:44 -0500 Subject: [PATCH] copy codepage.xaml to output dir in win build --- azure-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 68cc7cd3..fd98b4ae 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -119,7 +119,8 @@ steps: find "C:/Program Files (x86)/" -name mt.exe find "/d/Program Files (x86)/" -name mt.exe find "D:/Program Files (x86)/" -name mt.exe - "C:/Program Files (x86)/Windows Kits/10/bin/15.6.27406.0/x64/mt.exe" -manifest "codepage.xaml" -outputresource:"build/installed/bin/filmulator.exe";#1 + %MSYS_BASH% -c "/bin/cp --verbose codepage.xaml -t build/installed/bin" + "C:/Program Files (x86)/Windows Kits/10/bin/10.0.17763.0/x64/mt.exe" -manifest "codepage.xaml" -outputresource:"build/installed/bin/filmulator.exe";#1 %MSYS_BASH% -c "/bin/cp --verbose LICENSE.txt -t build/installed/bin" %MSYS_BASH% -c "/bin/cp --verbose filmulator-gui/filmulator-gui80.ico -t build/installed/bin" %MSYS_BASH% -c "/bin/cp --verbose filmulator_build.iss -t build/installed"