-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
Overview
Explore how we can symlink artifact output paths to locations on the file system to enable system configuration.
Example
let symlink = ArtifactSymlink {
from: format!("{}/config.txt", get_envkey(example)),
to: "/home/user/.config/example/config.txt"
};
RustBuilder::new("example", systems)
.with_symlinks(vec![symlink])
.build(context)?;
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request