Skip to content

Commit

Permalink
prevent : from making it into the filename
Browse files Browse the repository at this point in the history
  • Loading branch information
Samueru-sama authored Jan 14, 2025
1 parent aad4e62 commit 070e5cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dolphin-emu-appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ LIB4BN="https://raw.githubusercontent.com/VHSgunzo/sharun/refs/heads/main/lib4bi
ICON="https://github.com/dolphin-emu/dolphin/blob/master/Data/dolphin-emu.png?raw=true"
UPINFO="gh-releases-zsync|$(echo "$GITHUB_REPOSITORY" | tr '/' '|')|latest|*$ARCH.AppImage.zsync"

export VERSION="$(pacman -Q dolphin-emu | awk 'NR==1 {print $2; exit}')"
export VERSION="$(pacman -Q dolphin-emu | awk 'NR==1 {print $2; exit}' | tr ':' '.')"
echo "$VERSION" > ~/version

# Prepare AppDir
Expand Down

0 comments on commit 070e5cb

Please sign in to comment.