Skip to content

Commit 6076c72

Browse files
DanDan
authored andcommitted
By blow fix of documentation
fix #500
1 parent 300dc49 commit 6076c72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Those three "default" targets will produce x64 packages for those platforms.
145145
For certain NuGet packages or certain scenarios you may want to build a pure x86 application. To support those things you can define the desired [.NET Core runtime](https://docs.microsoft.com/en-us/dotnet/core/rid-catalog), the [electron platform](https://github.com/electron-userland/electron-packager/blob/master/docs/api.md#platform) and [electron architecture](https://github.com/electron-userland/electron-packager/blob/master/docs/api.md#arch) like this:
146146

147147
```
148-
electronize build /target custom win7-x86;win32 /electron-arch ia32
148+
electronize build /target custom "win7-x86;win32" /electron-arch ia32
149149
```
150150

151151
The end result should be an electron app under your __/bin/desktop__ folder.

0 commit comments

Comments
 (0)