@eht16 commented on this pull request.
> @@ -0,0 +1,122 @@ +#!/usr/bin/env python3 + +import glob +import os +import shutil +from os.path import exists, isfile, join +from subprocess import check_call +import re + +""" +This script prepares a Geany release on Windows. +The following steps will be executed: +- update geany-themes repository Not strictly related to this PR but I don't want to get it missed before the release: Thanks to #4044, we don't need to manually pull the geany-themes files any longer as (most) they are already included in Geany. If you like, just drop the relevant code completely. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/4223#pullrequestreview-2928487726 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/pull/4223/review/[email protected]>
