Skip to content

Commit 9d407e8

Browse files
committed
license fix for cargo-wix
1 parent 8156285 commit 9d407e8

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,4 @@ dbg-name = false
4545
name = "Serial Monitor"
4646
no-build = false
4747
output = "target/wix/SerialMonitorInstaller.msi"
48-
version = "0.3.3"
49-
license = "GPL-3.0"
48+
version = "0.3.3"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ sudo apt-get install libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev lib
3737
```
3838

3939
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
4141
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.
4343

4444
It can be compiled and run on all platforms.
4545

0 commit comments

Comments
 (0)