mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Redoing the Mac bundling
With the right tools in place you can now create a bundle from the Makefile by calling "make create-macos-bundle" In the process of this I also moved the locale directory where we stage our .mo files to share/locale (which is much more logical). Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
0d89d511bb
commit
04c5e65b8c
5 changed files with 42 additions and 24 deletions
2
linux.c
2
linux.c
|
|
@ -86,7 +86,7 @@ const char *subsurface_default_filename()
|
|||
|
||||
const char *subsurface_gettext_domainpath()
|
||||
{
|
||||
return "./locale";
|
||||
return "./share/locale";
|
||||
}
|
||||
|
||||
void subsurface_ui_setup(GtkSettings *settings, GtkWidget *menubar,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue