[Pkg-privacy-commits] [onionshare] 190/256: Added settings.png to Windows installer file
Ulrike Uhlig
ulrike at moszumanska.debian.org
Fri May 26 12:53:38 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 6dd3bbb1f5cc39519cdd58de8162b73aefaa5890
Author: Micah Lee <micah at micahflee.com>
Date: Tue May 16 17:57:28 2017 -0700
Added settings.png to Windows installer file
---
install/onionshare.nsi | 2 ++
1 file changed, 2 insertions(+)
diff --git a/install/onionshare.nsi b/install/onionshare.nsi
index 307ab95..84029a9 100644
--- a/install/onionshare.nsi
+++ b/install/onionshare.nsi
@@ -158,6 +158,7 @@ Section "install"
File "${BINPATH}\share\images\server_started.png"
File "${BINPATH}\share\images\server_stopped.png"
File "${BINPATH}\share\images\server_working.png"
+ File "${BINPATH}\share\images\settings.png"
SetOutPath "$INSTDIR\share\locale"
File "${BINPATH}\share\locale\cs.json"
@@ -342,6 +343,7 @@ FunctionEnd
Delete "$INSTDIR\share\images\server_started.png"
Delete "$INSTDIR\share\images\server_stopped.png"
Delete "$INSTDIR\share\images\server_working.png"
+ Delete "$INSTDIR\share\images\settings.png"
Delete "$INSTDIR\share\locale\cs.json"
Delete "$INSTDIR\share\locale\de.json"
Delete "$INSTDIR\share\locale\en.json"
--
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