Skip to content

Commit

Permalink
Updated Rambox
Browse files Browse the repository at this point in the history
  • Loading branch information
apps.0install.net committed Apr 22, 2022
1 parent 04ba3fc commit b23dd5b
Show file tree
Hide file tree
Showing 14 changed files with 679 additions and 642 deletions.
3 changes: 1 addition & 2 deletions gui/rambox-windows.watch.py → gui/rambox-ce.watch.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
#os=Windows
import sys, os
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))
import github

releases = [{
'version': release['tag_name'],
'released': release['published_at'][0:10]
} for release in github.releases('ramboxapp/community-edition') if not release['tag_name'] in ('0.5.2', '0.5.3', '0.5.9')]
} for release in github.releases('ramboxapp/community-edition')]
546 changes: 546 additions & 0 deletions gui/rambox-ce.xml

Large diffs are not rendered by default.

45 changes: 45 additions & 0 deletions gui/rambox-ce.xml.template
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
<?xml version="1.0" encoding="utf-8"?>
<interface xmlns="http://zero-install.sourceforge.net/2004/injector/interface">
<name>Rambox - Community Edition</name>
<summary>messaging app that combines common web applications</summary>
<description>Free, Open Source and Cross Platform messaging and emailing app that combines common web applications into one.</description>
<homepage>https://github.com/ramboxapp/community-edition</homepage>
<icon href="https://raw.githubusercontent.com/0install/apps/master/gui/rambox.png" type="image/png"/>
<icon href="https://raw.githubusercontent.com/0install/apps/master/gui/rambox.ico" type="image/vnd.microsoft.icon"/>
<icon href="https://raw.githubusercontent.com/0install/apps/master/gui/rambox.icns" type="image/x-icns"/>
<category>Network</category>

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

<group license="GPL v3 (GNU General Public License)">
<command name="run" path="rambox"/>
<implementation arch="Linux-x86_64" released="{released}" stability="stable" version="{version}">
<manifest-digest/>
<archive extract="Rambox-{version}-linux-x64" href="https://github.com/ramboxapp/community-edition/releases/download/{version}/Rambox-{version}-linux-x64.tar.gz" type="application/x-compressed-tar"/>
</implementation>
<implementation arch="Linux-i486" released="{released}" stability="stable" version="{version}">
<manifest-digest/>
<archive extract="Rambox-{version}-linux-ia32" href="https://github.com/ramboxapp/community-edition/releases/download/{version}/Rambox-{version}-linux-ia32.tar.gz" type="application/x-compressed-tar"/>
</implementation>
</group>

<group license="GPL v3 (GNU General Public License)">
<command name="run" path="Rambox.app/Contents/MacOS/Rambox"/>
<implementation arch="MacOSX-*" released="{released}" stability="stable" version="{version}">
<manifest-digest/>
<archive href="https://github.com/ramboxapp/community-edition/releases/download/{version}/Rambox-{version}-mac-universal.zip" type="application/zip"/>
</implementation>
</group>

<group license="GPL v3 (GNU General Public License)">
<command name="run" path="rambox.exe"/>
<implementation arch="Windows-x86_64" released="{released}" stability="stable" version="{version}">
<manifest-digest/>
<archive href="https://github.com/ramboxapp/community-edition/releases/download/{version}/Rambox-{version}-win-x64.zip" type="application/zip"/>
</implementation>
<implementation arch="Windows-i486" released="{released}" stability="stable" version="{version}">
<manifest-digest/>
<archive href="https://github.com/ramboxapp/community-edition/releases/download/{version}/Rambox-{version}-win-ia32.zip" type="application/zip"/>
</implementation>
</group>
</interface>
9 changes: 0 additions & 9 deletions gui/rambox-linux.watch.py

This file was deleted.

176 changes: 0 additions & 176 deletions gui/rambox-linux.xml

This file was deleted.

24 changes: 0 additions & 24 deletions gui/rambox-linux.xml.template

This file was deleted.

9 changes: 0 additions & 9 deletions gui/rambox-macos.watch.py

This file was deleted.

137 changes: 0 additions & 137 deletions gui/rambox-macos.xml

This file was deleted.

Loading

0 comments on commit b23dd5b

Please sign in to comment.