Skip to content

Commit

Permalink
Update App Versions, run by GitHub Actions - Apps updated:
Browse files Browse the repository at this point in the history
- Github Desktop-arm64: 3.3.8-linux2 -> 3.3.10-linux1
- Github Desktop-armhf: 3.3.8-linux2 -> 3.3.10-linux1
- Unciv-all: 4.10.19 -> 4.10.20
  • Loading branch information
github-actions[bot] committed Mar 18, 2024
1 parent f85f326 commit c6efa71
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.3.8-linux2
version=3.3.10-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.3.8-linux2
version=3.3.10-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/Unciv/install
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=4.10.19
version=4.10.20

### Make directory ~/Unciv if not available
mkdir -p $HOME/Unciv || error "Failed to create folder $HOME/Unciv"
Expand Down

0 comments on commit c6efa71

Please sign in to comment.