Skip to content

Commit

Permalink
Legcord, VSCodium: Update App Versions
Browse files Browse the repository at this point in the history
- Legcord-arm64: 1.0.2 -> 1.0.4
- Legcord-armhf: 1.0.2 -> 1.0.4
- VSCodium-arm64: 1.95.2.24313 -> 1.95.3.24320
- VSCodium-armhf: 1.95.2.24313 -> 1.95.3.24320
  • Loading branch information
github-actions[bot] committed Nov 16, 2024
1 parent cdea0b5 commit b2b440d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/Legcord/install-32
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=1.0.2
version=1.0.4

#make sure armcord is uninstalled
if package_installed armcord ;then
Expand Down
2 changes: 1 addition & 1 deletion apps/Legcord/install-64
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=1.0.2
version=1.0.4

#make sure armcord is uninstalled
if package_installed armcord ;then
Expand Down
2 changes: 1 addition & 1 deletion apps/VSCodium/install-32
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
sudo rm -f /etc/apt/sources.list.d/vscodium.list /etc/apt/trusted.gpg.d/vscodium.gpg

version=1.95.2.24313
version=1.95.3.24320

install_packages "https://github.com/VSCodium/vscodium/releases/download/${version}/codium_${version}_armhf.deb" || exit 1

2 changes: 1 addition & 1 deletion apps/VSCodium/install-64
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
sudo rm -f /etc/apt/sources.list.d/vscodium.list /etc/apt/trusted.gpg.d/vscodium.gpg

version=1.95.2.24313
version=1.95.3.24320

install_packages "https://github.com/VSCodium/vscodium/releases/download/${version}/codium_${version}_arm64.deb" || exit 1

0 comments on commit b2b440d

Please sign in to comment.