You've already forked lazarus-ccr
Bugfix
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5657 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
<IsPartOfProject Value="True"/>
|
||||
<EditorIndex Value="5"/>
|
||||
<CursorPos X="33" Y="27"/>
|
||||
<UsageCount Value="38"/>
|
||||
<UsageCount Value="39"/>
|
||||
<Loaded Value="True"/>
|
||||
</Unit0>
|
||||
<Unit1>
|
||||
@ -21,19 +21,18 @@
|
||||
<ResourceBaseClass Value="Form"/>
|
||||
<TopLine Value="12"/>
|
||||
<CursorPos X="43" Y="13"/>
|
||||
<UsageCount Value="38"/>
|
||||
<UsageCount Value="39"/>
|
||||
<Loaded Value="True"/>
|
||||
<LoadedDesigner Value="True"/>
|
||||
</Unit1>
|
||||
<Unit2>
|
||||
<Filename Value="..\open_ssl.pas"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
<IsVisibleTab Value="True"/>
|
||||
<EditorIndex Value="1"/>
|
||||
<WindowIndex Value="1"/>
|
||||
<TopLine Value="34"/>
|
||||
<CursorPos X="5" Y="81"/>
|
||||
<UsageCount Value="21"/>
|
||||
<CursorPos X="16" Y="57"/>
|
||||
<UsageCount Value="22"/>
|
||||
<Loaded Value="True"/>
|
||||
</Unit2>
|
||||
<Unit3>
|
||||
@ -46,9 +45,10 @@
|
||||
</Unit3>
|
||||
<Unit4>
|
||||
<Filename Value="..\ulazautoupdate.pas"/>
|
||||
<IsVisibleTab Value="True"/>
|
||||
<WindowIndex Value="1"/>
|
||||
<TopLine Value="1050"/>
|
||||
<CursorPos X="37" Y="1061"/>
|
||||
<TopLine Value="519"/>
|
||||
<CursorPos X="45" Y="533"/>
|
||||
<ExtraEditorCount Value="2"/>
|
||||
<ExtraEditor1>
|
||||
<EditorIndex Value="3"/>
|
||||
|
@ -124,6 +124,7 @@ object mainform: Tmainform
|
||||
ZipfileName = 'testapp.zip'
|
||||
GitHubUsername = '<not applicable>'
|
||||
GitHubProjectName = '<not applicable>'
|
||||
GitHubBranch = '<not applicable>'
|
||||
Left = 200
|
||||
Top = 24
|
||||
end
|
||||
|
@ -531,7 +531,7 @@ begin
|
||||
|
||||
// Propagate down
|
||||
fThreadDownload.fDebugmode := fDebugMode;
|
||||
if fProjectType = auSourceForge then
|
||||
if ((fProjectType = auSourceForge) or (fProjectType = auGitHubReleaseZip)) then
|
||||
fThreadDownload.fIsSourceForge := True
|
||||
else
|
||||
fThreadDownload.fIsSourceForge := False;
|
||||
|
Reference in New Issue
Block a user