From 0b41edaef64f042c0c611c8e8484557f392e81f2 Mon Sep 17 00:00:00 2001 From: Alberto Sottile Date: Mon, 18 Sep 2017 22:57:43 +0200 Subject: [PATCH] Added license text files in resources in .app package --- buildPy2app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildPy2app.py b/buildPy2app.py index 5cc8ccb..0a7bdbc 100644 --- a/buildPy2app.py +++ b/buildPy2app.py @@ -11,7 +11,7 @@ import syncplay APP = ['syncplayClient.py'] DATA_FILES = [ - ('resources', glob('resources/*.png')), + ('resources', glob('resources/*.png') + glob('resources/*.txt')), ] OPTIONS = { 'iconfile':'resources/icon.icns',