Skip to content

Commit 02c9002

Browse files
authored
Update README.md
1 parent 90333c8 commit 02c9002

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,10 @@ Add new line in method **InitializeDevices**. Find at Application/MainViewModel.
5555
...
5656
};
5757
```
58+
59+
## Portable version
60+
61+
If u wanna create portable version(only .exe file) use this CMD line for build in project directory.
62+
```
63+
dotnet publish -p:PublishSingleFile=true -r win-x64 -c Release --self-contained false
64+
```

0 commit comments

Comments
 (0)