Skip to content

Commit

Permalink
Added more files needed for the windows installer
Browse files Browse the repository at this point in the history
  • Loading branch information
dov committed Jan 4, 2021
1 parent 2cbbbd7 commit f2fc265
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 6 additions & 2 deletions pomelo.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f2fc265

Please sign in to comment.