[geany/geany-plugins] a76f72: Windows: Update sqlite version in bundle cleanup

Enrico Tröger git-noreply at xxxxx
Sun Feb 20 15:50:15 UTC 2022


Branch:      refs/heads/master
Author:      Enrico Tröger <enrico.troeger at uvena.de>
Committer:   Enrico Tröger <enrico.troeger at uvena.de>
Date:        Sun, 20 Feb 2022 15:50:15 UTC
Commit:      a76f728f52fe7d277f1c226a255c87a2cf6d8fe8
             https://github.com/geany/geany-plugins/commit/a76f728f52fe7d277f1c226a255c87a2cf6d8fe8

Log Message:
-----------
Windows: Update sqlite version in bundle cleanup


Modified Paths:
--------------
    build/gtk-bundle-from-msys2.sh

Modified: build/gtk-bundle-from-msys2.sh
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -229,7 +229,7 @@ cleanup_unnecessary_files() {
 	rm -rf lib/lua
 	rm -rf lib/p11-kit
 	rm -rf lib/python3.9
-	rm -rf lib/sqlite3.36.*
+	rm -rf lib/sqlite3.37.*
 	find lib -name '*.h' -delete
 	find lib -name '*.a' -delete
 	find lib -name '*.typelib' -delete



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Plugins-Commits mailing list