Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Commit

Permalink
Update create_release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
sweetgiorni committed Mar 6, 2021
1 parent f808955 commit e4d5454
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions create_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ RELEASE_DIR="AnyPortalRelease"

rm -rf $RELEASE_DIR

mkdir -p $RELEASE_DIR/AnyPortal
mkdir -p $RELEASE_DIR

# Game lib and AssetBundle
cp bin/Debug/AnyPortal.dll $RELEASE_DIR/AnyPortal
cp anyportal $RELEASE_DIR/AnyPortal
cp bin/Debug/AnyPortal.dll $RELEASE_DIR/

# Other stuff...
cp icon.png $RELEASE_DIR
Expand Down

0 comments on commit e4d5454

Please sign in to comment.