Skip to content

Commit

Permalink
ArmCord: Update App Versions
Browse files Browse the repository at this point in the history
- ArmCord-arm64: 3.2.7 -> 3.2.8
- ArmCord-armhf: 3.2.7 -> 3.2.8
  • Loading branch information
github-actions[bot] committed Aug 12, 2024
1 parent c631e61 commit c72304b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/ArmCord/install-32
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

version=3.2.7
version=3.2.8

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

version=3.2.7
version=3.2.8

install_packages "https://github.com/ArmCord/ArmCord/releases/download/v${version}/ArmCord_${version%-*}_arm64.deb" || exit 1

0 comments on commit c72304b

Please sign in to comment.