Skip to content

Commit

Permalink
Update check.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiland committed Jan 4, 2024
1 parent f1c73b9 commit 907d19d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ GitHubDesktop() {
| head -n 1 \
| wget -qi -

deb_file="$(find . -name "GitHubDesktop-linux-$github_desktop_NEW_VERSION-linux1.deb" 2>/dev/null)"
deb_file="$(find . -name "GitHubDesktop-linux*-$github_desktop_NEW_VERSION-linux*.deb" 2>/dev/null)"
mv "$deb_file" ./debian/
. ./update.sh
git add -A
Expand Down

0 comments on commit 907d19d

Please sign in to comment.