OSX packaging Bundle (with dynamic location of plugins)

This commit is contained in:
brunoherbelin
2020-07-21 22:06:31 +02:00
parent 051146d233
commit 3887ff7b9b
7 changed files with 865 additions and 10 deletions

View File

@@ -67,7 +67,7 @@ struct History
bool save_on_exit;
History() {
path = "Recent Files";
path = IMGUI_LABEL_RECENT_FILES;
valid_file = false;
load_at_start = false;
save_on_exit = false;
@@ -125,6 +125,7 @@ struct Application
{
// Verification
std::string name;
std::string executable;
// Global settings Application interface
float scale;