Write data/paths.ini file

This commit is contained in:
2024-09-11 16:54:21 -05:00
parent c9c5e18d70
commit 6736abc277
3 changed files with 26 additions and 0 deletions

View File

@@ -40,6 +40,9 @@ class W3DHub
install_dependencies
return false if failed?
write_paths_ini
return false if failed?
mark_application_installed
return false if failed?