File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -45,5 +45,4 @@ dbg-name = false
45
45
name = " Serial Monitor"
46
46
no-build = false
47
47
output = " target/wix/SerialMonitorInstaller.msi"
48
- version = " 0.3.3"
49
- license = " GPL-3.0"
48
+ version = " 0.3.3"
Original file line number Diff line number Diff line change @@ -37,9 +37,9 @@ sudo apt-get install libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev lib
37
37
```
38
38
39
39
After downloading
40
- ``` cargo install cargo-bundle ``` or ``` cargo install cargo-wix ```
40
+ ``` cargo install cargo-bundle ``` on linux and macOS or ``` cargo install cargo-wix ``` on windows
41
41
run
42
- ``` cargo bundle ``` or ``` cargo wix ``` to create platform-executable bundles.
42
+ ``` cargo bundle ``` on linux and macOS or ``` cargo wix ``` on windows to create platform-executable bundles.
43
43
44
44
It can be compiled and run on all platforms.
45
45
You can’t perform that action at this time.
0 commit comments