Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ArmCord module #75

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions xyz.armcord.ArmCord.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
</screenshot>
</screenshots>
<releases>
<release version="1.0.4" date="2024-11-15">
<description></description>
</release>
<release version="3.3.1" date="2024-09-05"/>
<release version="3.3.0" date="2024-08-23"/>
<release version="3.2.8" date="2024-08-11"/>
Expand Down
11 changes: 6 additions & 5 deletions xyz.armcord.ArmCord.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,21 +39,22 @@ modules:
build-commands:
- chmod +x ArmCord*.AppImage
- ./ArmCord*.AppImage --appimage-extract
- install -D squashfs-root/usr/share/icons/hicolor/512x512/apps/armcord.png /app/share/icons/hicolor/512x512/apps/xyz.armcord.ArmCord.png
- install -D squashfs-root/usr/share/icons/hicolor/512x512/apps/armcord.png
/app/share/icons/hicolor/512x512/apps/xyz.armcord.ArmCord.png
- mv squashfs-root /app/bin/armcord

sources:
- type: file
url: https://github.com/ArmCord/ArmCord/releases/latest/download/ArmCord-3.3.1-linux-x86_64.AppImage
sha512: 22c7e43084c280ae99717e70454a4370ded9c15a68e5d976e130558df43a2f97556ecd6a80ee45109bd019645754620539a0fd02e04e316ec1ec92b5d6e743ce
url: https://github.com/ArmCord/ArmCord/releases/latest/download/Legcord-1.0.4-linux-x86_64.AppImage
sha512: 4c18d25408bb4a570030db205b1a8339dc6706f56cdddcee3cb002f30ae18e0996e726a1c8addcfcb7a961a4363e9c581aa3056ad81fe79a4892af30abda15ff
only-arches: [x86_64]
x-checker-data:
type: electron-updater
url: https://github.com/ArmCord/ArmCord/releases/latest/download/latest-linux.yml

- type: file
url: https://github.com/ArmCord/ArmCord/releases/latest/download/ArmCord-3.3.1-linux-arm64.AppImage
sha512: a224e24c7a9b22882f75fd16ec16f2aaff6d374fa28030c2c47d9949284a7f48b7269949533906dde3841588425db493dcbf77d5a7421525da0970cf3b81d872
url: https://github.com/ArmCord/ArmCord/releases/latest/download/Legcord-1.0.4-linux-arm64.AppImage
sha512: 3378507009264ab414b3fee3d5cf228e23595fa931b3588f01ed37b4412164ceeb612797a36174cea2ddc7a833de0256f0230f120f77d2ac394acdcfdc086e42
only-arches: [aarch64]
x-checker-data:
type: electron-updater
Expand Down