Skip to content

Commit

Permalink
add realease notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Loafter committed Aug 23, 2015
1 parent f0675af commit 9e4a0ff
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 16 deletions.
11 changes: 2 additions & 9 deletions .idea/libraries/GOPATH__godownloader_.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions installs/Mac OS/README
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*All files stored in <username>/Downloads
*Setting save in <username>./godownload. You can edit setting in json format
*Setting save when you close application
6 changes: 6 additions & 0 deletions installs/Ubuntu/README
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
*All files stored in <username>/Downloads
*Setting save in <username>./godownload. You can edit setting in json format
*Setting save when you close application


To install as service
1. edit install.sh
2. change user and group name
3. sudo install.sh

For run in cmd mode just open in terminal
16 changes: 10 additions & 6 deletions installs/Windows/README
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
To run service in cmd just run godownload.exe
To run hide-mode Start.bat
*To run service in cmd just run godownload.exe
*To run hide-mode Start.bat
*All files stored in <username>/Downloads
*Setting save in <username>./godownload. You can edit setting in json format

**BUG**
save setting don't work when you kill application.
if you use cntrl+c in cmd mode save settings work normal.

**BUG in windows version**
Save setting don't work when you kill application.
if you pres cntrl+c in cmd mode save settings work normal.
It happen in difference realization kill process linux and Windows
in linux OS kill process work normal. App capture signal and do some cleanup stuff
in linux OS kill process work normal.
App capture signal and do some cleanup stuff

gdownsrv := new(DownloadService.DServ)
c := make(chan os.Signal, 1)
Expand Down

0 comments on commit 9e4a0ff

Please sign in to comment.