xatupal / KeeTheme

KeePass Plugin
MIT License
449 stars 36 forks source link

Adding KeeTheme to EarlyUpdateCheck #52

Closed theincogtion closed 3 years ago

theincogtion commented 3 years ago

I tried to integrate KeeTheme into the addon "EarlyUpdateCheck" https://github.com/Rookiestyle/EarlyUpdateCheck/tree/master/ExternalPluginUpdates My problem is that I am not able to create a download link for the latest version. https://github.com/xatupal/KeeTheme/releases/lastest/download/KeeTheme.plgx According to github the link should be correct https://docs.github.com/en/github/administering-a-repository/releasing-projects-on-github/linking-to-releases

This is the content I like to add to early update check from @Rookiestyle

<UpdateInfoExtern>
        <PluginName>KeeTheme</PluginName>
        <PluginURL>https://keepass.info/plugins.html#keetheme</PluginURL>
        <PluginUpdateURL>https://github.com/xatupal/KeeTheme/releases/latest/download/KeeTheme.plgx</PluginUpdateURL>               
        <UpdateMode>PlgxDirect</UpdateMode>
        <AllowVersionStripping>False</AllowVersionStripping>
</UpdateInfoExtern>

edit: damn I had a typo ;)