Skip to content

Commit

Permalink
Github Desktop, Oh My Posh: Update App Versions
Browse files Browse the repository at this point in the history
- Github Desktop-arm64: 3.4.3-linux1 -> 3.4.8-linux1
- Github Desktop-armhf: 3.4.3-linux1 -> 3.4.8-linux1
- Oh My Posh-all: v24.2.2 -> v24.3.0
  • Loading branch information
github-actions[bot] committed Nov 12, 2024
1 parent 928f1dc commit a289e58
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.4.3-linux1
version=3.4.8-linux1
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.4.3-linux1
version=3.4.8-linux1
install_packages https://github.com/shiftkey/desktop/releases/download/release-${version}/GitHubDesktop-linux-arm64-${version}.deb || exit 1
2 changes: 1 addition & 1 deletion apps/Oh My Posh/install
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=v24.2.2
version=v24.3.0

#determine filename of download
if [ $arch == 32 ];then
Expand Down

0 comments on commit a289e58

Please sign in to comment.