Skip to content

Commit

Permalink
feat: expose get_windows_launcher function (#478)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfv authored Jan 12, 2024
1 parent 7265df2 commit 716c94c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rattler/src/install/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pub mod link;
mod python;
mod transaction;

pub use crate::install::entry_point::python_entry_point_template;
pub use crate::install::entry_point::{get_windows_launcher, python_entry_point_template};
pub use driver::InstallDriver;
pub use link::{link_file, LinkFileError};
pub use transaction::{Transaction, TransactionError, TransactionOperation};
Expand Down

0 comments on commit 716c94c

Please sign in to comment.