diff options
Diffstat (limited to 'vendor/github.com/getlantern/systray/embeddll.bash')
-rw-r--r-- | vendor/github.com/getlantern/systray/embeddll.bash | 10 |
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 |