mirror of
https://github.com/audacity/linuxdeploy.git
synced 2026-04-29 04:42:23 -05:00
Add deployFile to AppDir class interface
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user