Skip to content

Commit

Permalink
UPD: Use https
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Koblov committed Sep 9, 2020
1 parent a38f0ee commit b096899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trunk/win32/DCUpdater.au3
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Local $translationFile = IniRead($workingDir & $iniFileName, 'General', 'Transla

Local $errorSupressInetRead = IniRead($workingDir & $iniFileName, 'Error', 'SupressInetRead', "yes")

Local $updateSite = IniRead($workingDir & $iniFileName, 'Internet', 'UpdateSite', 'http://doublecmd.sourceforge.net/snapshots/')
Local $updateSite = IniRead($workingDir & $iniFileName, 'Internet', 'UpdateSite', 'https://doublecmd.sourceforge.io/snapshots/')
Local $regexGetRevision = IniRead($workingDir & $iniFileName, 'Internet', 'RegExGetRevision', "(?mis)(\d+).*")
Local $doublecmdVersion = IniRead($workingDir & $iniFileName, 'Internet', 'DoublecmdVersion', "doublecmd-1.0.0.r")

Expand Down

0 comments on commit b096899

Please sign in to comment.