-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
apps.0install.net
committed
Apr 22, 2022
1 parent
04ba3fc
commit b23dd5b
Showing
14 changed files
with
679 additions
and
642 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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')] |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.