You've already forked lazarus-ccr
Updated LPK description
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5654 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -24,7 +24,10 @@
|
|||||||
</Linking>
|
</Linking>
|
||||||
</CompilerOptions>
|
</CompilerOptions>
|
||||||
<Description Value="Laz AutoUpdater
|
<Description Value="Laz AutoUpdater
|
||||||
A component for SourceForge Project Developers and end-users to update their apps easily"/>
|
A component for SourceForge and GitHub Project Developers and end-users to update their apps easily.
|
||||||
|
Drop onto a form, set a few properties and call the Method 'AutoUpdate' - as easy as pie!
|
||||||
|
Fully configurable.
|
||||||
|
More information in the Wiki Home Page http://wiki.freepascal.org/LazAutoUpdater"/>
|
||||||
<License Value=" Modified GPL
|
<License Value=" Modified GPL
|
||||||
Copyright (C)2014 minesadorada@charcodelvalle.com
|
Copyright (C)2014 minesadorada@charcodelvalle.com
|
||||||
This library is free software; you can redistribute it and/or modify it
|
This library is free software; you can redistribute it and/or modify it
|
||||||
|
Binary file not shown.
@ -6,8 +6,8 @@
|
|||||||
},
|
},
|
||||||
"UpdatePackageFiles" : [
|
"UpdatePackageFiles" : [
|
||||||
{
|
{
|
||||||
"ForceNotify" : false,
|
"ForceNotify" : true,
|
||||||
"InternalVersion" : 1,
|
"InternalVersion" : 2,
|
||||||
"Name" : "lazupdate.lpk",
|
"Name" : "lazupdate.lpk",
|
||||||
"Version" : "0.2.2.0"
|
"Version" : "0.2.2.0"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user