File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -35,11 +35,18 @@ Features:
3535
3636![ Screenshot of the application on macOS] ( screenshot.png )
3737
38- The source code can be run using ``` cargo run ``` or bundled to a platform-executable using ``` cargo bundle ``` .
38+ The source code can be run using ``` cargo run ``` or bundled to a platform-executable using cargo bundle.
3939Currently [ cargo bundle] ( https://github.com/burtonageo/cargo-bundle ) only supports linux and macOS
4040bundles [ see github issue] ( https://github.com/burtonageo/cargo-bundle/issues/77 ) .
4141As a work-around we can use [ cargo wix] ( https://github.com/volks73/cargo-wix ) to create a windows installer.
42+
43+ After downloading
44+ ``` cargo install cargo-bundle ``` or ``` cargo install cargo-wix ```
45+ run
46+ ``` cargo bundle ``` or ``` cargo wix ``` to create platform-executable bundles.
47+
4248It can be compiled and run on all platforms.
49+
4350Tested on:
4451
4552- macOS 12.4 Monterey x86
You can’t perform that action at this time.
0 commit comments