We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aba2a4 commit cbb7a5bCopy full SHA for cbb7a5b
buildAll.cmd
@@ -18,7 +18,7 @@ echo "Invoke electronize build in WebApp Demo"
18
19
20
echo "/target xxx (dev-build)"
21
-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 "
22
23
24
echo "/target win (dev-build)"
0 commit comments