git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5657 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
gbamber
2017-01-15 19:23:26 +00:00
parent 815f7dfab0
commit b63d8ac8c7
3 changed files with 9 additions and 8 deletions

View File

@ -10,7 +10,7 @@
<IsPartOfProject Value="True"/> <IsPartOfProject Value="True"/>
<EditorIndex Value="5"/> <EditorIndex Value="5"/>
<CursorPos X="33" Y="27"/> <CursorPos X="33" Y="27"/>
<UsageCount Value="38"/> <UsageCount Value="39"/>
<Loaded Value="True"/> <Loaded Value="True"/>
</Unit0> </Unit0>
<Unit1> <Unit1>
@ -21,19 +21,18 @@
<ResourceBaseClass Value="Form"/> <ResourceBaseClass Value="Form"/>
<TopLine Value="12"/> <TopLine Value="12"/>
<CursorPos X="43" Y="13"/> <CursorPos X="43" Y="13"/>
<UsageCount Value="38"/> <UsageCount Value="39"/>
<Loaded Value="True"/> <Loaded Value="True"/>
<LoadedDesigner Value="True"/> <LoadedDesigner Value="True"/>
</Unit1> </Unit1>
<Unit2> <Unit2>
<Filename Value="..\open_ssl.pas"/> <Filename Value="..\open_ssl.pas"/>
<IsPartOfProject Value="True"/> <IsPartOfProject Value="True"/>
<IsVisibleTab Value="True"/>
<EditorIndex Value="1"/> <EditorIndex Value="1"/>
<WindowIndex Value="1"/> <WindowIndex Value="1"/>
<TopLine Value="34"/> <TopLine Value="34"/>
<CursorPos X="5" Y="81"/> <CursorPos X="16" Y="57"/>
<UsageCount Value="21"/> <UsageCount Value="22"/>
<Loaded Value="True"/> <Loaded Value="True"/>
</Unit2> </Unit2>
<Unit3> <Unit3>
@ -46,9 +45,10 @@
</Unit3> </Unit3>
<Unit4> <Unit4>
<Filename Value="..\ulazautoupdate.pas"/> <Filename Value="..\ulazautoupdate.pas"/>
<IsVisibleTab Value="True"/>
<WindowIndex Value="1"/> <WindowIndex Value="1"/>
<TopLine Value="1050"/> <TopLine Value="519"/>
<CursorPos X="37" Y="1061"/> <CursorPos X="45" Y="533"/>
<ExtraEditorCount Value="2"/> <ExtraEditorCount Value="2"/>
<ExtraEditor1> <ExtraEditor1>
<EditorIndex Value="3"/> <EditorIndex Value="3"/>

View File

@ -124,6 +124,7 @@ object mainform: Tmainform
ZipfileName = 'testapp.zip' ZipfileName = 'testapp.zip'
GitHubUsername = '<not applicable>' GitHubUsername = '<not applicable>'
GitHubProjectName = '<not applicable>' GitHubProjectName = '<not applicable>'
GitHubBranch = '<not applicable>'
Left = 200 Left = 200
Top = 24 Top = 24
end end

View File

@ -531,7 +531,7 @@ begin
// Propagate down // Propagate down
fThreadDownload.fDebugmode := fDebugMode; fThreadDownload.fDebugmode := fDebugMode;
if fProjectType = auSourceForge then if ((fProjectType = auSourceForge) or (fProjectType = auGitHubReleaseZip)) then
fThreadDownload.fIsSourceForge := True fThreadDownload.fIsSourceForge := True
else else
fThreadDownload.fIsSourceForge := False; fThreadDownload.fIsSourceForge := False;