Skip to content

Commit

Permalink
Updater: Add update FMD
Browse files Browse the repository at this point in the history
- Fixing download procedure
- Change parameter of updater
- Add -a for update FMD
- Add -h for help
  • Loading branch information
riderkick committed Apr 12, 2015
1 parent f4cbcf2 commit afa98f2
Show file tree
Hide file tree
Showing 9 changed files with 507 additions and 316 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
fp.ini
fp.cfg
fp.dsk
*.tmp

# Lazarus backup
**/backup/
Expand Down
12 changes: 10 additions & 2 deletions updater/uMain.lfm
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,17 @@ object frmMain: TfrmMain
Height = 215
Top = 247
Width = 334
BorderStyle = bsDialog
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = 'Free Manga Downloader - Updater'
ClientHeight = 215
ClientWidth = 334
FormStyle = fsSystemStayOnTop
OnClose = FormClose
OnCreate = FormCreate
OnShow = FormShow
Position = poOwnerFormCenter
LCLVersion = '1.3'
LCLVersion = '1.5'
object pbDownload: TProgressBar
Left = 8
Height = 20
Expand Down Expand Up @@ -85,4 +87,10 @@ object frmMain: TfrmMain
Caption = 'Filename'
ParentColor = False
end
object itMonitor: TIdleTimer
Enabled = False
OnTimer = itMonitorTimer
left = 45
top = 78
end
end
Loading

0 comments on commit afa98f2

Please sign in to comment.