Begin implement symlink system
This commit is contained in:
parent
e91115cbe4
commit
ec5d28731c
6 changed files with 84 additions and 12 deletions
|
@ -1,5 +1,6 @@
|
|||
pub(self) static TEMP_FOLDER: &str = "temp";
|
||||
pub(self) static INSTALL_FOLDER: &str = ".autoconfig";
|
||||
pub(self) static PACKAGE_FOLDER : &str = "packages";
|
||||
|
||||
pub mod downloader;
|
||||
pub mod extractor;
|
||||
|
|
Reference in a new issue