Pack downloader a bit better now

This commit is contained in:
Digital Artifex
2026-08-20 14:14:22 -04:00
parent d60cdef637
commit 1aaff0cd02
4 changed files with 450 additions and 275 deletions
+1
View File
@@ -114,6 +114,7 @@ protected:
auto createDirectory(const QUrl &uri) -> void;
auto localCheck(const QUrl &uri) noexcept(false) -> void;
auto extract(const QUrl &sourceUri) noexcept(false) -> QUrl;
auto copyFile(const QUrl &sourceUri, const QUrl &destinationUri) noexcept(false) -> void;
auto compile(const QUrl &uri) noexcept(false) -> void;