Skip to content

Commit

Permalink
uth: release script fix
Browse files Browse the repository at this point in the history
  • Loading branch information
punxaphil committed Dec 10, 2024
1 parent c6a59b4 commit 830f5f7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions create-dist-maxi-media-player.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ DIR="dist-maxi-media-player"
FILE="maxi-media-player.js"
mkdir -p $DIR

if ! command -v gsed >/dev/null 2>&1
then
alias gsed=sed
fi

cp dist/custom-sonos-card.js $DIR/$FILE
cd $DIR || exit
gsed -i 's/"sonos-card"/"maxi-media-player"/g' $FILE
Expand Down

0 comments on commit 830f5f7

Please sign in to comment.