From 29b8f046f4adfc0fd2c0f694c7f940479b1fea14 Mon Sep 17 00:00:00 2001 From: Lorenz Stechauner Date: Thu, 10 Aug 2023 15:39:25 +0200 Subject: [PATCH] Fix Setup publishing --- Setup/Setup.wixproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Setup/Setup.wixproj b/Setup/Setup.wixproj index 6929739..ab55880 100644 --- a/Setup/Setup.wixproj +++ b/Setup/Setup.wixproj @@ -1,4 +1,4 @@ - + false true @@ -8,7 +8,7 @@ BuildPath=../Elwig/bin/Publish;DocumentTemplatesPath=../Elwig/Documents - curl -s -L "https://unpkg.com/pagedjs/dist/paged.polyfill.js" -o "$(TargetDir)paged.polyfill.js" && if not exist "$(TargetDir)PDFtoPrinter.exe" curl -s -L "http://www.columbia.edu/~em36/PDFtoPrinter.exe" -o "$(TargetDir)PDFtoPrinter.exe" && dotnet publish "$(SolutionDir)Elwig\Elwig.csproj" "/p:PublishProfile=$(SolutionDir)\Elwig\Properties\PublishProfiles\FolderProfile.pubxml" + curl -s -L "https://unpkg.com/pagedjs/dist/paged.polyfill.js" -o "$(TargetDir)paged.polyfill.js" & curl -s "http://www.columbia.edu/~em36/PDFtoPrinter.exe" -z "$(TargetDir)PDFtoPrinter.exe" -o "$(TargetDir)PDFtoPrinter.exe" & dotnet publish "$(SolutionDir)Elwig\Elwig.csproj" "/p:PublishProfile=$(SolutionDir)\Elwig\Properties\PublishProfiles\FolderProfile.pubxml" de-AT @@ -39,7 +39,7 @@ - + - \ No newline at end of file +