diff --git a/build/geany-plugins.nsi b/build/geany-plugins.nsi index cee98b3f2..5eaef709d 100644 --- a/build/geany-plugins.nsi +++ b/build/geany-plugins.nsi @@ -41,7 +41,7 @@ Unicode true !define PRODUCT_DIR_REGKEY "Software\Geany-Plugins" !define GEANY_DIR_REGKEY "Software\Geany" ; Geany version should be major.minor only (patch level is ignored for version checking) -!define REQUIRED_GEANY_VERSION "2.0" +!define REQUIRED_GEANY_VERSION "2.1" ;;;;;;;;;;;;;;;;;;;;; ; Version resource ; @@ -152,6 +152,8 @@ Section "Dependencies" SEC04 SectionEnd Section -Post + Exec '"$INSTDIR\bin\glib-compile-schemas.exe" "$INSTDIR\share\glib-2.0\schemas"' + WriteUninstaller "$INSTDIR\uninst-plugins.exe" WriteRegStr SHCTX "${PRODUCT_DIR_REGKEY}" Path "$INSTDIR" ${if} $Answer == "yes" ; if user is admin diff --git a/build/gtk-bundle-from-msys2.sh b/build/gtk-bundle-from-msys2.sh index 408d727f7..66419d178 100644 --- a/build/gtk-bundle-from-msys2.sh +++ b/build/gtk-bundle-from-msys2.sh @@ -253,7 +253,6 @@ cleanup_unnecessary_files() { rm -rf share/emacs rm -rf share/GConf rm -rf share/gir-1.0 - rm -rf share/glib-2.0 rm -rf share/gnupg rm -rf share/gtk-doc rm -rf share/info