From e7cb698026e5bc4a8fb39e3cb8f7b8c50e43f71e Mon Sep 17 00:00:00 2001 From: Lorenz Stechauner Date: Thu, 10 Aug 2023 18:02:43 +0200 Subject: [PATCH] PAIN --- Setup/Setup.wixproj | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Setup/Setup.wixproj b/Setup/Setup.wixproj index ce31c94..ae01006 100644 --- a/Setup/Setup.wixproj +++ b/Setup/Setup.wixproj @@ -8,7 +8,11 @@ BuildPath=../Elwig/bin/Publish;DocumentTemplatesPath=../Elwig/Documents - 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" + + 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" + Elwig