Skip to content

Commit

Permalink
Update App Versions, run by GitHub Actions - Apps updated: (#2489)
Browse files Browse the repository at this point in the history
- Github Desktop-arm64: 3.3.5-linux1 -> 3.3.5-linux2
- Github Desktop-armhf: 3.3.5-linux1 -> 3.3.5-linux2

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 27, 2023
1 parent f251cb2 commit 530128c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/Github Desktop/install-32
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

version=3.3.5-linux1
version=3.3.5-linux2
install_packages https://github.com/shiftkey/desktop/releases/download/release-${version}/GitHubDesktop-linux-armhf-${version}.deb || exit 1
2 changes: 1 addition & 1 deletion apps/Github Desktop/install-64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

version=3.3.5-linux1
version=3.3.5-linux2
install_packages https://github.com/shiftkey/desktop/releases/download/release-${version}/GitHubDesktop-linux-arm64-${version}.deb || exit 1

0 comments on commit 530128c

Please sign in to comment.