Skip to content

Commit

Permalink
Added missing <feed-for>s
Browse files Browse the repository at this point in the history
  • Loading branch information
apps.0install.net committed Sep 23, 2021
1 parent e02cc2b commit d676cba
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions javascript/electron-linux.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
<homepage>https://electronjs.org/</homepage>
<icon href="https://raw.githubusercontent.com/0install/apps/master/javascript/electron.png" type="image/png"/>

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

<group license="MIT License">
<command name="run" path="electron"/>

Expand Down
2 changes: 2 additions & 0 deletions javascript/electron-macos.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
<homepage>https://electronjs.org/</homepage>
<icon href="https://raw.githubusercontent.com/0install/apps/master/javascript/electron.png" type="image/png"/>

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

<group license="MIT License">
<command name="run" path="Electron.app/Contents/MacOS/Electron"/>

Expand Down
2 changes: 2 additions & 0 deletions javascript/electron-windows.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
<homepage>https://electronjs.org/</homepage>
<icon href="https://raw.githubusercontent.com/0install/apps/master/javascript/electron.png" type="image/png"/>

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

<group license="MIT License">
<command name="run" path="electron.exe"/>

Expand Down
2 changes: 2 additions & 0 deletions javascript/node-darwin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
<icon href="https://raw.githubusercontent.com/0install/apps/master/javascript/node.png" type="image/png"/>
<icon href="https://raw.githubusercontent.com/0install/apps/master/javascript/node.ico" type="image/vnd.microsoft.icon"/>

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

<group license="MIT License">
<environment insert="lib/node_modules/npm/bin/npm-cli.js" mode="replace" name="NPM_CLI_JS"/>
<command name="run" path="bin/node"/>
Expand Down
2 changes: 2 additions & 0 deletions javascript/node-linux.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
<icon href="https://raw.githubusercontent.com/0install/apps/master/javascript/node.png" type="image/png"/>
<icon href="https://raw.githubusercontent.com/0install/apps/master/javascript/node.ico" type="image/vnd.microsoft.icon"/>

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

<group license="MIT License">
<environment insert="lib/node_modules/npm/bin/npm-cli.js" mode="replace" name="NPM_CLI_JS"/>
<command name="run" path="bin/node"/>
Expand Down
2 changes: 2 additions & 0 deletions javascript/node-windows.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
<icon href="https://raw.githubusercontent.com/0install/apps/master/javascript/node.png" type="image/png"/>
<icon href="https://raw.githubusercontent.com/0install/apps/master/javascript/node.ico" type="image/vnd.microsoft.icon"/>

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

<group license="MIT License">
<environment insert="node_modules/npm/bin/npm-cli.js" mode="replace" name="NPM_CLI_JS"/>
<command name="run" path="node.exe"/>
Expand Down

0 comments on commit d676cba

Please sign in to comment.