[Pkg-privacy-commits] [onionshare] 34/53: Fixed issue with path in NSIS spec file in Windows
Ulrike Uhlig
u-guest at moszumanska.debian.org
Wed Dec 30 00:20:14 UTC 2015
This is an automated email from the git hooks/post-receive script.
u-guest pushed a commit to branch debian
in repository onionshare.
commit 39cf82afc2220f0847db0c8ef7ac799ddf14169b
Author: Micah Lee <micah at micahflee.com>
Date: Fri Nov 20 17:26:12 2015 -0800
Fixed issue with path in NSIS spec file in Windows
---
install/onionshare-win.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/install/onionshare-win.spec b/install/onionshare-win.spec
index 74ae03c..6fdca7c 100644
--- a/install/onionshare-win.spec
+++ b/install/onionshare-win.spec
@@ -1,5 +1,5 @@
# -*- mode: python -*-
-a = Analysis(['install/onionshare-launcher.py'],
+a = Analysis(['onionshare-launcher.py'],
hiddenimports=['onionshare', 'onionshare_gui'],
hookspath=None,
runtime_hooks=None)
--
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