Skip to content

Commit 3e8b9e9

Browse files
author
apps.0install.net
committed
Updated Rambox
1 parent 04ba3fc commit 3e8b9e9

14 files changed

Lines changed: 690 additions & 643 deletions
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
#os=Windows
21
import sys, os
32
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))
43
import github
54

65
releases = [{
76
'version': release['tag_name'],
87
'released': release['published_at'][0:10]
9-
} for release in github.releases('ramboxapp/community-edition') if not release['tag_name'] in ('0.5.2', '0.5.3', '0.5.9')]
8+
} for release in github.releases('ramboxapp/community-edition')]

gui/rambox-ce.xml

Lines changed: 546 additions & 0 deletions
Large diffs are not rendered by default.

gui/rambox-ce.xml.template

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<interface xmlns="http://zero-install.sourceforge.net/2004/injector/interface">
3+
<name>Rambox - Community Edition</name>
4+
<summary>messaging app that combines common web applications</summary>
5+
<description>Free, Open Source and Cross Platform messaging and emailing app that combines common web applications into one.</description>
6+
<homepage>https://github.com/ramboxapp/community-edition</homepage>
7+
<icon href="https://raw.githubusercontent.com/0install/apps/master/gui/rambox.png" type="image/png"/>
8+
<icon href="https://raw.githubusercontent.com/0install/apps/master/gui/rambox.ico" type="image/vnd.microsoft.icon"/>
9+
<icon href="https://raw.githubusercontent.com/0install/apps/master/gui/rambox.icns" type="image/x-icns"/>
10+
<category>Network</category>
11+
12+
<feed-for interface="https://apps.0install.net/gui/rambox-ce.xml"/>
13+
14+
<group license="GPL v3 (GNU General Public License)">
15+
<command name="run" path="rambox"/>
16+
<implementation arch="Linux-x86_64" released="{released}" stability="stable" version="{version}">
17+
<manifest-digest/>
18+
<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"/>
19+
</implementation>
20+
<implementation arch="Linux-i486" released="{released}" stability="stable" version="{version}">
21+
<manifest-digest/>
22+
<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"/>
23+
</implementation>
24+
</group>
25+
26+
<group license="GPL v3 (GNU General Public License)">
27+
<command name="run" path="Rambox.app/Contents/MacOS/Rambox"/>
28+
<implementation arch="MacOSX-*" released="{released}" stability="stable" version="{version}">
29+
<manifest-digest/>
30+
<archive href="https://github.com/ramboxapp/community-edition/releases/download/{version}/Rambox-{version}-mac-universal.zip" type="application/zip"/>
31+
</implementation>
32+
</group>
33+
34+
<group license="GPL v3 (GNU General Public License)">
35+
<command name="run" path="rambox.exe"/>
36+
<implementation arch="Windows-x86_64" released="{released}" stability="stable" version="{version}">
37+
<manifest-digest/>
38+
<archive href="https://github.com/ramboxapp/community-edition/releases/download/{version}/Rambox-{version}-win-x64.zip" type="application/zip"/>
39+
</implementation>
40+
<implementation arch="Windows-i486" released="{released}" stability="stable" version="{version}">
41+
<manifest-digest/>
42+
<archive href="https://github.com/ramboxapp/community-edition/releases/download/{version}/Rambox-{version}-win-ia32.zip" type="application/zip"/>
43+
</implementation>
44+
</group>
45+
</interface>

gui/rambox-linux.watch.py

Lines changed: 0 additions & 9 deletions
This file was deleted.

gui/rambox-linux.xml

Lines changed: 0 additions & 176 deletions
This file was deleted.

gui/rambox-linux.xml.template

Lines changed: 0 additions & 24 deletions
This file was deleted.

gui/rambox-macos.watch.py

Lines changed: 0 additions & 9 deletions
This file was deleted.

gui/rambox-macos.xml

Lines changed: 0 additions & 137 deletions
This file was deleted.

0 commit comments

Comments
 (0)