Skip to content

Commit

Permalink
Floorp, Scrcpy: Update App Versions
Browse files Browse the repository at this point in the history
- Floorp-arm64: 11.20.0 -> 11.21.0
- Scrcpy-all: v2.7 -> v3.0
  • Loading branch information
github-actions[bot] committed Nov 25, 2024
1 parent 6bdd2e9 commit e1d615b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/Floorp/install-64
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ unzip -q /tmp/floorp-deb.zip -d /tmp/floorp-deb || error "failed to extract /tmp
rm -f /tmp/floorp-deb.zip

#no arm64 deb exists, so put arm64 files in deb structure
version=11.20.0
version=11.21.0
wget -O /tmp/floorp.tar.bz2 "https://github.com/Floorp-Projects/Floorp/releases/download/v${version}/floorp-${version}.linux-aarch64.tar.bz2"

status 'Extracting: /tmp/floorp.tar.bz2'
Expand Down
2 changes: 1 addition & 1 deletion apps/Scrcpy/install
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=v2.7
version=v3.0

echo -e "==============\n"
echo " · More info: run "\""scrcpy --help"\"" or visit https://github.com/Genymobile/scrcpy"
Expand Down

0 comments on commit e1d615b

Please sign in to comment.