Skip to content

Commit

Permalink
Added Zero Install for Windows 2.25.2
Browse files Browse the repository at this point in the history
<?xml version="1.0"?>
<interface xmlns="http://zero-install.sourceforge.net/2004/injector/interface">
  <name>Zero Install for Windows</name>
  <summary>Windows version of 0install, the decentralized installation system</summary>
  <description>This is the Windows version of Zero Install. Zero Install is a cross-platform, decentralized installation system. Instead of having a central repository in which all software is placed under a naming scheme managed by some central authority, programs and libraries in Zero Install are identified by URIs. Anyone who can create a web-page can publish software. Anyone can install software (not just administrators).</description>
  <icon href="https://apps.0install.net/0install/0install.png" type="image/png"/>
  <icon href="https://apps.0install.net/0install/0install.ico" type="image/vnd.microsoft.icon"/>
  <homepage>https://0install.net/</homepage>

  <feed-for interface="https://apps.0install.net/0install/0install-win.xml"/>

  <group license="LGPL v3 (GNU Lesser General Public License)">
    <command name="run" path="0install.exe"/>
    <command name="run-gui" path="0install-win.exe"/>
    <command name="central" path="ZeroInstall.exe"/>

    <implementation version="2.25.2" released="2023-10-01" id="sha1new=369515ce85d5672e2d4f01f5252eb02fec3e240d">
      <manifest-digest sha256new="EQAXWNRO2IFYR3PQ5IZE5B4RRYMMIUVWT5YRMUWNR7KBB6Y27LSQ"/>
      <archive href="0install-win-2.25.2.tar.gz" size="11480035"/>
    </implementation>
  </group>
</interface>
  • Loading branch information
apps.0install.net committed Oct 1, 2023
1 parent 3460e36 commit bdf0c26
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions 0install/0install-win.xml
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,10 @@
<manifest-digest sha256new="WLU5EBAQROBTWDVFPFD4OAG4FHXLEBVNYAZ3XWMJYFHRQ6WK4JYQ"/>
<archive href="0install-win-2.25.1.tar.gz" size="13277718"/>
</implementation>
<implementation version="2.25.2" released="2023-10-01" id="sha1new=369515ce85d5672e2d4f01f5252eb02fec3e240d">
<manifest-digest sha256new="EQAXWNRO2IFYR3PQ5IZE5B4RRYMMIUVWT5YRMUWNR7KBB6Y27LSQ"/>
<archive href="0install-win-2.25.2.tar.gz" size="11480035"/>
</implementation>
</group>

<entry-point binary-name="0install" command="run">
Expand Down

0 comments on commit bdf0c26

Please sign in to comment.