diff options
author | kali <kali@leap.se> | 2018-09-26 20:36:18 +0200 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2018-09-26 20:43:51 +0200 |
commit | b26241ce8ec2b992b4209677ea75df608964cdbf (patch) | |
tree | 237b93bf1173cd4207e960cad6ff0c3c2104a75f /vendor/github.com/getlantern/systray/embeddll.bash | |
parent | f1e820ba1664cc1d3f69e15d0356552fecaf6fcd (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.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 |