Skip to content

Commit

Permalink
tell cargo rename julialauncher bin to julia
Browse files Browse the repository at this point in the history
Relies on the unstate cargo feature `different-binary-name`.
rust-lang/cargo#9778
  • Loading branch information
musoke committed Apr 28, 2023
1 parent 999258b commit afa8571
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,7 @@ winappinstallermsix = { file = "deploy/msix/PackagingLayout.xml", variables = [{

[package.metadata.winappinstaller]
winappinstaller = "deploy/winappinstaller/Julia.appinstaller"

[[bin]]
name = "julia"
path = "src/bin/julialauncher.rs"

0 comments on commit afa8571

Please sign in to comment.