From cbb7a5bc4afceeaa763e1eac38d859a872d21f26 Mon Sep 17 00:00:00 2001 From: Robert Muehsig Date: Mon, 12 Feb 2018 21:38:18 +0100 Subject: [PATCH] test --- buildAll.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildAll.cmd b/buildAll.cmd index ad6ad6b..3899395 100755 --- a/buildAll.cmd +++ b/buildAll.cmd @@ -18,7 +18,7 @@ echo "Invoke electronize build in WebApp Demo" echo "/target xxx (dev-build)" -dotnet "../ElectronNET.CLI/bin/Debug/netcoreapp2.0/dotnet-electronize.dll" build /target custom win7-x86;win32 /dotnet-configuration Debug /electron-arch x86 /electron-params "--prune=true " +dotnet "../ElectronNET.CLI/bin/Debug/netcoreapp2.0/dotnet-electronize.dll" build /target custom win7-x86;win32 /dotnet-configuration Debug /electron-arch ia32 /electron-params "--prune=true " echo "/target win (dev-build)"