Skip to content

Commit

Permalink
add armcord application (#1855)
Browse files Browse the repository at this point in the history
* add armcord application

* bump version to v3.0.6

* add 32-bit script

* change line endings

* bump to 3.0.7

Co-authored-by: theofficialgman <28281419+theofficialgman@users.noreply.github.com>
  • Loading branch information
ryanfortner and theofficialgman committed Jun 21, 2022
1 parent da3c8dc commit 5a5f2b5
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/updates/ArmCord.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash

webVer=$(get_release ArmCord/ArmCord)
armhf_url="https://github.com/ArmCord/ArmCord/releases/download/v${webVer}/ArmCord_${webVer}_armv7l.deb"
arm64_url="https://github.com/ArmCord/ArmCord/releases/download/v${webVer}/ArmCord_${webVer}_arm64.deb"

source $GITHUB_WORKSPACE/.github/workflows/update_github_script.sh
1 change: 1 addition & 0 deletions apps/ArmCord/credits
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@ryanfortner (GitHub)
3 changes: 3 additions & 0 deletions apps/ArmCord/description
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ArmCord is a custom client designed to enhance your Discord experience while keeping everything lightweight.

Run from the Menu > Internet > ArmCord, or simply run `armcord` in a terminal.
Binary file added apps/ArmCord/icon-24.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/ArmCord/icon-64.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions apps/ArmCord/install-32
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

version=3.0.7

install_packages "https://github.com/ArmCord/ArmCord/releases/download/v${version}/ArmCord_${version}_armv7l.deb" || exit 1
5 changes: 5 additions & 0 deletions apps/ArmCord/install-64
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

version=3.0.7

install_packages "https://github.com/ArmCord/ArmCord/releases/download/v${version}/ArmCord_${version}_arm64.deb" || exit 1
3 changes: 3 additions & 0 deletions apps/ArmCord/uninstall
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

purge_packages || exit 1
1 change: 1 addition & 0 deletions apps/ArmCord/website
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://github.com/ArmCord/ArmCord
1 change: 1 addition & 0 deletions etc/categories
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Angry IP scanner|Internet
AntiMicroX|Tools
AnyDesk|Internet
Arduino|Programming
ArmCord|Internet/Communication
AstroMenace|Games
Audacious|Multimedia
Audacity|Multimedia
Expand Down

0 comments on commit 5a5f2b5

Please sign in to comment.