diff options
| author | Ox Cart | 2016-03-17 10:43:40 -0500 | 
|---|---|---|
| committer | Ox Cart | 2016-03-17 10:43:40 -0500 | 
| commit | 8e63b37ef27d94f6db79c4ffb941608e8f0dc2f9 (patch) | |
| tree | dc372118a147dc0a9d6b6d19d36430e9c9dcf765 /embeddll.bash | |
| download | systray-8e63b37ef27d94f6db79c4ffb941608e8f0dc2f9.tar.bz2 | |
Squashed commits, full commit log available in https://github.com/getlantern/lantern
Diffstat (limited to 'embeddll.bash')
| -rwxr-xr-x | embeddll.bash | 10 | 
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 | 
