[Pkg-privacy-commits] [onionshare] 85/256: Fixed syntax error in pyinstaller.spec
Ulrike Uhlig
ulrike at moszumanska.debian.org
Fri May 26 12:53:18 UTC 2017
This is an automated email from the git hooks/post-receive script.
ulrike pushed a commit to branch master
in repository onionshare.
commit d5af08c1c47dbfcc37f3c7fc86d759360f160e75
Author: Micah Lee <micah at micahflee.com>
Date: Tue Feb 21 17:07:14 2017 -0800
Fixed syntax error in pyinstaller.spec
---
install/pyinstaller.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/install/pyinstaller.spec b/install/pyinstaller.spec
index 3c5a7fe..de88dd0 100644
--- a/install/pyinstaller.spec
+++ b/install/pyinstaller.spec
@@ -12,10 +12,10 @@ a = Analysis(
datas=[
('../share/license.txt', 'share'),
('../share/version.txt', 'share'),
- ('../share/wordlist.txt', 'share')
+ ('../share/wordlist.txt', 'share'),
('../share/images/*', 'share/images'),
('../share/locale/*', 'share/locale'),
- ('../share/html/*', 'share/html'),
+ ('../share/html/*', 'share/html')
],
hiddenimports=[],
hookspath=[],
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/onionshare.git
More information about the Pkg-privacy-commits
mailing list