diff options
| author | Matthias Melcher <git@matthiasm.com> | 2019-12-23 14:33:24 +0100 |
|---|---|---|
| committer | Matthias Melcher <git@matthiasm.com> | 2019-12-23 14:33:24 +0100 |
| commit | d97836f5dd8f94e5e55c65ab21a9ddfa82b919cd (patch) | |
| tree | 718cb37ee95a0e531d84f56ba81b02fedd5866af /test/demo.menu | |
| parent | bd77a6e976303e83631fa8a36adb0bd056e76339 (diff) | |
macOS: fixed all demo programs that need to access resources
MacOS uses bundles instead of executables. CMake creates those bundles in various locations, depending on the generator used (Xcode or Makefiles). I tried to fix all instances where demo apps did not find the resources they needed. This probably must be done for Linux and MSWindows as well.
Diffstat (limited to 'test/demo.menu')
| -rw-r--r-- | test/demo.menu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/demo.menu b/test/demo.menu index 97e522a58..177fb1803 100644 --- a/test/demo.menu +++ b/test/demo.menu @@ -77,7 +77,7 @@ @o:Font Tests...:@of @of:Fonts:fonts @of:UTF-8:utf8 - @o:HelpDialog:help_dialog + @o:HelpDialog:help_dialog help_dialog.html @o:Input Choice:input_choice @o:Preferences:preferences @o:Threading:threads |
