@giuspen 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 done -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/4223#discussion_r2147367651 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/pull/4223/review/[email protected]>
