From 3ebf9ea037e93972961cd68c6a4562dff017cae4 Mon Sep 17 00:00:00 2001 From: Rebecca Breu Date: Mon, 9 Aug 2021 18:51:33 +0200 Subject: [PATCH] debug output --- build.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.py b/build.py index eaaed16..41aeaaf 100644 --- a/build.py +++ b/build.py @@ -54,3 +54,6 @@ shutil.make_archive( base_dir=appname) print('Done') + +with os.path.open('BeeRef-0.2.0.spec') as f: + print(f.read())