aboutsummaryrefslogtreecommitdiffstats
path: root/embeddll.bash
diff options
context:
space:
mode:
authorAlexander Kulikov2018-04-04 00:56:53 +0300
committerAlexander Kulikov2018-04-04 00:56:53 +0300
commitbccf28dbc642d05ed9100bb25e0c0d38ea71993e (patch)
tree3fbe11825e20cf0277d54f35a65141082f193bf1 /embeddll.bash
parent9ddd647aedba71f782bef029a90964301de03480 (diff)
downloadsystray-bccf28dbc642d05ed9100bb25e0c0d38ea71993e.tar.bz2
windows: All c++ and DLLs removed, instead of it system calls are used. Also fixed duplicating of icon files in temp folder.
Diffstat (limited to 'embeddll.bash')
-rwxr-xr-xembeddll.bash10
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