File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -22,16 +22,16 @@ dotnet tool uninstall ElectronNET.CLI -g
22
22
dotnet tool install ElectronNET.CLI -g
23
23
24
24
echo " /target xxx (dev-build)"
25
- electronize build /target custom win7-x86;win32 /dotnet-configuration Debug /electron-arch ia32 /electron-params " --prune=true "
25
+ electronize build /target custom win7-x86;win /dotnet-configuration Debug /electron-arch ia32 /electron-params " --prune=true "
26
26
27
27
echo " /target win (dev-build)"
28
28
electronize build /target win
29
29
30
30
echo " /target linux (dev-build)"
31
31
electronize build /target linux
32
32
33
- echo " /target custom win7-x86;win32 (dev-build)"
34
- electronize build /target custom win7-x86;win32
33
+ echo " /target custom win7-x86;win (dev-build)"
34
+ electronize build /target custom win7-x86;win
35
35
36
36
37
37
:: Be aware, that for non-electronnet-dev environments the correct
Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ electronize build /target linux
32
32
echo " /target osx (dev-build)"
33
33
electronize build /target osx
34
34
35
- echo " /target custom win7-x86;win32 (dev-build)"
36
- electronize build /target custom " win7-x86;win32 "
35
+ echo " /target custom win7-x86;win (dev-build)"
36
+ electronize build /target custom " win7-x86;win "
37
37
38
38
# Be aware, that for non-electronnet-dev environments the correct
39
39
# invoke command would be dotnet electronize ...
You can’t perform that action at this time.
0 commit comments