Skip to content

Commit

Permalink
Merge pull request #54 from GerRudi/fix_InitialDownload
Browse files Browse the repository at this point in the history
Fix initial download
  • Loading branch information
GerRudi authored Nov 4, 2019
2 parents 7913cb8 + 7ecb961 commit 9abe0c7
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog of SimpleR

## [v1.2.5] - 2019-11-03

### Changed
- Fixed initial download of flash projector file (something broke)

## [v1.2.4] - 2018-07-18

### Changed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ A convenient way to play Realm of the Mad God on Windows
- Open source

# Download
Current version: 1.2.4 - 2018-07-18 - [Changelog](./CHANGELOG.md)
Current version: 1.2.5 - 2019-11-03 - [Changelog](./CHANGELOG.md)

See [Releases](../../releases/latest) for download

Expand Down
Binary file modified Settings.exe
Binary file not shown.
Binary file modified SimpleR.exe
Binary file not shown.
1 change: 1 addition & 0 deletions source/Include/InitialSetup.au3
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ Func _ShowDL()
EndFunc ;==>_ShowDL

Func _Getlatest()
HttpSetUserAgent("Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:70.0) Gecko/20100101 Firefox/70.0")
$tempFile = _TempFile()
InetGet("https://www.adobe.com/support/flashplayer/debug_downloads.html", $tempFile, 1)
$text = FileRead($tempFile)
Expand Down
2 changes: 1 addition & 1 deletion source/Settings.au3
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#Region ;**** Directives created by AutoIt3Wrapper_GUI ****
#AutoIt3Wrapper_Icon=..\data\Icons\Settings.ico
#AutoIt3Wrapper_Res_Description=Settings GUI for SimpleR
#AutoIt3Wrapper_Res_Fileversion=1.0.1.2
#AutoIt3Wrapper_Res_Fileversion=1.0.1.3
#AutoIt3Wrapper_Res_LegalCopyright=GerRudi
#AutoIt3Wrapper_Res_Language=1033
#AutoIt3Wrapper_Run_Au3Stripper=y
Expand Down
2 changes: 1 addition & 1 deletion source/SimpleR.au3
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#AutoIt3Wrapper_Icon=..\data\Icons\SimpleR.ico
#AutoIt3Wrapper_Compression=0
#AutoIt3Wrapper_Res_Description=Simple launcher to play RotMG
#AutoIt3Wrapper_Res_Fileversion=1.2.4.0
#AutoIt3Wrapper_Res_Fileversion=1.2.5.0
#AutoIt3Wrapper_Res_LegalCopyright=GerRudi
#AutoIt3Wrapper_Res_Language=1033
#AutoIt3Wrapper_Run_Au3Stripper=y
Expand Down

0 comments on commit 9abe0c7

Please sign in to comment.