Skip to content

Commit

Permalink
Tweak release script
Browse files Browse the repository at this point in the history
  • Loading branch information
qu1ck committed Feb 24, 2023
1 parent 5bbe3a9 commit bfb6160
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions makerelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ unzip "$ARCHIVE" -d releases/tmp/
mv releases/tmp/TransformIt releases/tmp/plugins

cd releases/tmp
PCM_ARCHIVE="../$TAG/TransformIt_"$TAG"_pcm.zip"
PCM_ARCHIVE="../$TAG/TransformIt_v"$TAG"_pcm.zip"
if [ -f "$PCM_ARCHIVE" ]; then
rm "$PCM_ARCHIVE"
fi
zip -r "$PCM_ARCHIVE" *
rm -rf ../tmp
cd ..
rm -rf ./tmp
echo "Created PCM archive"

0 comments on commit bfb6160

Please sign in to comment.