From 86817ae96654b7759977fd8b1ad3da3848ce00ee Mon Sep 17 00:00:00 2001 From: Azareal Date: Mon, 5 Dec 2016 07:40:13 +0000 Subject: [PATCH] grosolo.exe doesn't work on computers other than the one which built it. You will have to build your own with build.bat or the go build command --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index dbc49e4c..40471602 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ uploads/* -bin/* \ No newline at end of file +bin/* +grosolo.exe \ No newline at end of file