8000 Update ArmCord module by github-actions[bot] · Pull Request #98 · flathub/xyz.armcord.ArmCord · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

Update ArmCord module #98

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

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.1.3" date="2025-05-04">
<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.1.3-linux-x86_64.AppImage
sha512: 8a8fbacb27a6995ec0cb98170ead57e4c0c2a08bdbf5bc3177b48ca188c1bf2bd6cf032e3cfdc2ee45ced5353071950fd0871fb40a458f6d09261178e34ff1e0
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.1.3-linux-arm64.AppImage
sha512: ee44194e42beccf55f2b8a23f42fc3b7e80d1a5782d91719b5a0d7208eb19e47be7c90bdb5b12a6e96cd0309896eb11f8db4ffb7e78343a2b925b342dac205a5
only-arches: [aarch64]
x-checker-data:
type: electron-updater
Expand Down
0