1
0
Fork 0

Begin implement symlink system

This commit is contained in:
Florian RICHER (MrDev023) 2021-08-09 22:14:23 +02:00
parent e91115cbe4
commit ec5d28731c
6 changed files with 84 additions and 12 deletions

View file

@ -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;