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
4545name = " Serial Monitor"
4646no-build = false
4747output = " 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
3737```
3838
3939After 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
4141run
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.
4343
4444It can be compiled and run on all platforms.
4545
You can’t perform that action at this time.
0 commit comments