diff --git a/components/lazautoupdate/latest_stable/lazupdate.lpk b/components/lazautoupdate/latest_stable/lazupdate.lpk index 34b541364..6d252bfef 100644 --- a/components/lazautoupdate/latest_stable/lazupdate.lpk +++ b/components/lazautoupdate/latest_stable/lazupdate.lpk @@ -12,7 +12,13 @@ + + + + + + @@ -55,7 +61,7 @@ More information in the Wiki Home Page http://wiki.freepascal.org/LazAutoUpdater along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. "/> - + diff --git a/components/lazautoupdate/latest_stable/testapp/testapp.lps b/components/lazautoupdate/latest_stable/testapp/testapp.lps index 8974767d5..9459bcf34 100644 --- a/components/lazautoupdate/latest_stable/testapp/testapp.lps +++ b/components/lazautoupdate/latest_stable/testapp/testapp.lps @@ -10,7 +10,7 @@ - + @@ -21,7 +21,7 @@ - + @@ -32,26 +32,27 @@ - + - + - + + - - + + @@ -59,7 +60,7 @@ - + @@ -68,20 +69,20 @@ - + - + - + @@ -89,27 +90,27 @@ - + - + - + - + @@ -117,28 +118,28 @@ - + - + - + - + @@ -146,7 +147,7 @@ - + @@ -155,129 +156,129 @@ - + - + - + - + - - + + - + - + - + - + - + - + - + - + - + - - + + - + - + - + - + - + - + - - + + - + - + - + - + - + - + - + - + - + diff --git a/components/lazautoupdate/latest_stable/testapp/umainform.lfm b/components/lazautoupdate/latest_stable/testapp/umainform.lfm index 609313cf5..3f4bbd219 100644 --- a/components/lazautoupdate/latest_stable/testapp/umainform.lfm +++ b/components/lazautoupdate/latest_stable/testapp/umainform.lfm @@ -126,7 +126,7 @@ object mainform: Tmainform ZipfileName = 'testapp.zip' GitHubProjectname = 'lazarusccr' GitHubRepositoryName = 'TestApp' - GitHubBranch = 'TestBranch' + GitHubBranchOrTag = 'updates' Left = 200 Top = 24 end diff --git a/components/lazautoupdate/latest_stable/ulazautoupdate.pas b/components/lazautoupdate/latest_stable/ulazautoupdate.pas index 006f2592f..e4cdcaba7 100644 --- a/components/lazautoupdate/latest_stable/ulazautoupdate.pas +++ b/components/lazautoupdate/latest_stable/ulazautoupdate.pas @@ -57,8 +57,11 @@ const // GitHubUserName,GitHubProjectName,updatepath,filename C_GITHUBFILE_URL_UPDATES = 'https://raw.github.com/%s/%s/%s/%s/%s'; // https://raw.github.com////some_directory/file + C_GITHUBFILE_URL_TAGUPDATES = 'https://raw.github.com/%s/%s/%s/%s/%s'; + // https://github.com/lazarusccr/TestApp/blob/updates/updates/testapplinux32.ini + // https://raw.github.com////some_directory/file - C_TLazAutoUpdateComponentVersion = '0.2.5'; + C_TLazAutoUpdateComponentVersion = '0.2.6'; C_LAUTRayINI = 'lauimport.ini'; { @@ -396,7 +399,7 @@ type // Name of your GitHub repository within the project/username Property GitHubRepositoryName:String read fGitHubRepositoryName write fGitHubRepositoryName; // Default=master but any branchname is OK - Property GitHubBranch:String read fGitHubBranch write fGitHubBranch; + Property GitHubBranchOrTag:String read fGitHubBranch write fGitHubBranch; end; {TThreadedDownload } diff --git a/components/lazautoupdate/latest_stable/updates/lazautoupdate.zip b/components/lazautoupdate/latest_stable/updates/lazautoupdate.zip index b4c42613c..a049a3780 100644 Binary files a/components/lazautoupdate/latest_stable/updates/lazautoupdate.zip and b/components/lazautoupdate/latest_stable/updates/lazautoupdate.zip differ diff --git a/components/lazautoupdate/latest_stable/updates/update_lazautoupdate.json b/components/lazautoupdate/latest_stable/updates/update_lazautoupdate.json index a7d3439e2..ba4034aa0 100644 --- a/components/lazautoupdate/latest_stable/updates/update_lazautoupdate.json +++ b/components/lazautoupdate/latest_stable/updates/update_lazautoupdate.json @@ -9,7 +9,7 @@ "ForceNotify" : false, "InternalVersion" : 2, "Name" : "lazupdate.lpk", - "Version" : "0.2.5.0" + "Version" : "0.2.6.0" } ] }