We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90333c8 commit 02c9002Copy full SHA for 02c9002
1 file changed
README.md
@@ -55,3 +55,10 @@ Add new line in method **InitializeDevices**. Find at Application/MainViewModel.
55
...
56
};
57
```
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