From f2fc2658f2d505072a9e5db6ada17bd93d29dc8e Mon Sep 17 00:00:00 2001 From: Dov Grobgeld Date: Mon, 4 Jan 2021 19:22:28 +0200 Subject: [PATCH] Added more files needed for the windows installer --- meson.build | 2 +- pomelo.nsi | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/meson.build b/meson.build index 1c8c52d..7cd1b18 100644 --- a/meson.build +++ b/meson.build @@ -42,7 +42,7 @@ resources = gnome.compile_resources( name='pomelo' name_cap = 'Pomelo' -version = '0.1.0' +version = '0.0.1' r = run_command('git', 'rev-parse', 'HEAD') if r.returncode() != 0 diff --git a/pomelo.nsi b/pomelo.nsi index 350386a..c6cbc7d 100644 --- a/pomelo.nsi +++ b/pomelo.nsi @@ -104,8 +104,12 @@ SetOutPath $INSTDIR\lib\gdk-pixbuf-2.0\2.10.0 File \usr\${ARCH}\sys-root\mingw\lib\gdk-pixbuf-2.0\2.10.0\loaders.cache SetOutPath $INSTDIR\lib\gtk-2.0\2.10.0\engines File \usr\${ARCH}\sys-root\mingw\lib\gtk-2.0\2.10.0\engines\* -SetOutPath $INSTDIR\share\themes -File /r \usr\${ARCH}\sys-root\mingw\share\themes\* +SetOutPath $INSTDIR\share +File /r \usr\${ARCH}\sys-root\mingw\share\themes +SetOutPath $INSTDIR\share +File /r \usr\${ARCH}\sys-root\mingw\share\icons +SetOutPath $INSTDIR\share\glib-2.0 +File /r \usr\${ARCH}\sys-root\mingw\share\glib-2.0\schemas WriteRegStr HKEY_LOCAL_MACHINE "SOFTWARE\${NAME_CAP}" "" "$INSTDIR"