From 2800b8b3e6c9c3c4fdb3906859cec741a1cc5bc5 Mon Sep 17 00:00:00 2001 From: Lorenz Stechauner <lorenz.stechauner@necronda.net> Date: Thu, 10 Aug 2023 17:18:05 +0200 Subject: [PATCH] Elwig.msi --- Setup/Setup.wixproj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Setup/Setup.wixproj b/Setup/Setup.wixproj index ab55880..ce31c94 100644 --- a/Setup/Setup.wixproj +++ b/Setup/Setup.wixproj @@ -9,8 +9,9 @@ <PropertyGroup> <DefineConstants>BuildPath=../Elwig/bin/Publish;DocumentTemplatesPath=../Elwig/Documents</DefineConstants> <PreBuildEvent>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"</PreBuildEvent> + <OutputName>Elwig</OutputName> </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> + <PropertyGroup> <Cultures>de-AT</Cultures> </PropertyGroup> <ItemGroup>