From efe017d58d3c471212b410dfb2605395cc924978 Mon Sep 17 00:00:00 2001 From: Andreas Stange Date: Mon, 23 Aug 2021 21:17:16 +0200 Subject: [PATCH] add LICENSE and styles.qss to build output --- main.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.spec b/main.spec index 9749ec0..123c551 100644 --- a/main.spec +++ b/main.spec @@ -12,7 +12,7 @@ def get_mediapipe_path(): a = Analysis(['src\\main.py'], pathex=['.\\'], binaries=[], - datas=[], + datas=[('LICENSE', '.'), ('styles.qss', '.')], hiddenimports=[], hookspath=[], hooksconfig={},