diff options
| author | Percy Wegmann | 2018-08-23 11:56:16 -0500 | 
|---|---|---|
| committer | GitHub | 2018-08-23 11:56:16 -0500 | 
| commit | a5355ff39972108c64b8e3566107a72add0f5bbc (patch) | |
| tree | 59cd6325d1b3b1fe9865854cfa936a54801ef072 /embeddll.bash | |
| parent | 62af9eb8030c168caa78856c967e6d2c4a7d813e (diff) | |
| parent | 4cffa496a5deba17d84af93509d1b37eb4ccd243 (diff) | |
| download | systray-a5355ff39972108c64b8e3566107a72add0f5bbc.tar.bz2 | |
Merge pull request #44 from amkulikov/dev_windows_syscall_pr
Syscalls instead of custom DLLs
Diffstat (limited to 'embeddll.bash')
| -rwxr-xr-x | embeddll.bash | 10 | 
1 files changed, 0 insertions, 10 deletions
| diff --git a/embeddll.bash b/embeddll.bash deleted file mode 100755 index 7efbd7b..0000000 --- a/embeddll.bash +++ /dev/null @@ -1,10 +0,0 @@ -#!/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 | 
