mirror of
https://github.com/zhom/banderole.git
synced 2026-08-30 21:00:47 +02:00
feat: allow custom name
This commit is contained in:
@@ -19,6 +19,7 @@ pub struct NodeDownloader {
|
||||
}
|
||||
|
||||
impl NodeDownloader {
|
||||
#[allow(dead_code)]
|
||||
pub fn new(cache_dir: PathBuf, node_version: String) -> Self {
|
||||
Self {
|
||||
platform: Platform::current(),
|
||||
|
||||
Reference in New Issue
Block a user