move copy_file to file_helpers

This commit is contained in:
SpikeHD
2022-07-09 22:50:41 -07:00
parent 8566e7f35e
commit 4172ee9106
3 changed files with 22 additions and 22 deletions

View File

@@ -45,7 +45,6 @@ fn main() {
system_helpers::run_program,
system_helpers::run_jar,
system_helpers::open_in_browser,
system_helpers::copy_file,
system_helpers::install_location,
system_helpers::is_elevated,
proxy::set_proxy_addr,
@@ -55,6 +54,7 @@ fn main() {
file_helpers::dir_exists,
file_helpers::dir_is_empty,
file_helpers::dir_delete,
file_helpers::copy_file,
downloader::download_file,
downloader::stop_download,
lang::get_lang,