remove empty resources in case of dry launch

This commit is contained in:
SpikeHD
2022-06-05 21:15:50 -07:00
parent 04a29ce567
commit c1b5256a5b
5 changed files with 11 additions and 12 deletions

View File

@@ -59,6 +59,7 @@ fn main() {
file_helpers::rename,
file_helpers::dir_exists,
file_helpers::dir_is_empty,
file_helpers::dir_delete,
downloader::download_file,
downloader::stop_download,
lang::get_lang,