remove hockeyapp and integrate appcenter

This commit is contained in:
2019-08-11 17:30:07 +02:00
parent b43ed85c2a
commit ab10a3e017
9 changed files with 98 additions and 89 deletions

View File

@@ -11,6 +11,7 @@
#endif
void install_global_handlers();
void uinstall_global_handlers();
void delete_all_files_in_path(const std::string& source_path);
void export_mp4(const std::string& rec_path, int width, int height, int tot, void(^progress_callback)(float));
void save_image_library(const std::string& path);