Add deployFile to AppDir class interface

This commit is contained in:
TheAssassin
2018-06-11 23:04:37 +02:00
parent 333c281c20
commit ee42183205
2 changed files with 7 additions and 0 deletions

View File

@@ -51,6 +51,9 @@ namespace linuxdeploy {
// deploy icon
bool deployIcon(const boost::filesystem::path& path);
// deploy arbitrary file
void deployFile(const boost::filesystem::path& from, const boost::filesystem::path& to);
// execute deferred copy operations
bool executeDeferredOperations();