summaryrefslogtreecommitdiff
path: root/vendor/github.com/getlantern/systray/embeddll.bash
diff options
context:
space:
mode:
authorkali <kali@leap.se>2018-09-26 20:36:18 +0200
committerKali Kaneko (leap communications) <kali@leap.se>2018-09-26 20:43:51 +0200
commitb26241ce8ec2b992b4209677ea75df608964cdbf (patch)
tree237b93bf1173cd4207e960cad6ff0c3c2104a75f /vendor/github.com/getlantern/systray/embeddll.bash
parentf1e820ba1664cc1d3f69e15d0356552fecaf6fcd (diff)
[pkg] vendor getlantern/systray
this is a workaround for riseup_vpn#28
Diffstat (limited to 'vendor/github.com/getlantern/systray/embeddll.bash')
-rw-r--r--vendor/github.com/getlantern/systray/embeddll.bash10
1 files changed, 10 insertions, 0 deletions
diff --git a/vendor/github.com/getlantern/systray/embeddll.bash b/vendor/github.com/getlantern/systray/embeddll.bash
new file mode 100644
index 0000000..7efbd7b
--- /dev/null
+++ b/vendor/github.com/getlantern/systray/embeddll.bash
@@ -0,0 +1,10 @@
+#!/bin/bash
+
+###############################################################################
+#
+# This script regenerates the source file that embeds systray.dll
+#
+###############################################################################
+
+go get github.com/jteeuwen/go-bindata/go-bindata
+go-bindata -nomemcopy -nocompress -pkg systray -prefix dll -o systraydll_windows.go dll \ No newline at end of file