aboutsummaryrefslogtreecommitdiffstats
path: root/embeddll.bash
diff options
context:
space:
mode:
authorOx Cart2016-03-17 10:43:40 -0500
committerOx Cart2016-03-17 10:43:40 -0500
commit8e63b37ef27d94f6db79c4ffb941608e8f0dc2f9 (patch)
treedc372118a147dc0a9d6b6d19d36430e9c9dcf765 /embeddll.bash
downloadsystray-8e63b37ef27d94f6db79c4ffb941608e8f0dc2f9.tar.bz2
Squashed commits, full commit log available in https://github.com/getlantern/lantern
Diffstat (limited to 'embeddll.bash')
-rwxr-xr-xembeddll.bash10
1 files changed, 10 insertions, 0 deletions
diff --git a/embeddll.bash b/embeddll.bash
new file mode 100755
index 0000000..7efbd7b
--- /dev/null
+++ b/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