diff --git a/gitea_auto_update/lib/build.py b/gitea_auto_update/lib/build.py index fc201ab..1d1c9c3 100644 --- a/gitea_auto_update/lib/build.py +++ b/gitea_auto_update/lib/build.py @@ -17,3 +17,4 @@ def build_from_source(tag, gt_file, source_dir): os.system("git checkout " + tag) os.system('TAGS="bindata sqlite sqlite_unlock_notify" make generate build') os.system("cp gitea " + gt_file) + os.system("rm -f gitea")