Skip to content

Commit

Permalink
improve release script
Browse files Browse the repository at this point in the history
  • Loading branch information
asquared31415 committed Nov 28, 2024
1 parent 373fa74 commit 144db09
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/create_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,9 @@ mkdir -p $TARGET_DIR
cp -r obj/ONITwitch/ $TARGET_DIR
cp -r obj/ONITwitchLib/* $TARGET_DIR

pushd $TARGET_DIR
7z a ONITwitch.zip ./ONITwitch/
7z a ONITwitchLib.zip ./ONITwitchLib.dll ./ONITwitchLib.xml
popd

echo "Release $VERSION prepared"

0 comments on commit 144db09

Please sign in to comment.