From e4d5454a0c5b081f4ca528bbdbf14e9ecb7832d0 Mon Sep 17 00:00:00 2001 From: Alex Sweet Date: Sat, 6 Mar 2021 03:41:23 -0800 Subject: [PATCH] Update create_release.sh --- create_release.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/create_release.sh b/create_release.sh index 70e45f1..37df5e1 100644 --- a/create_release.sh +++ b/create_release.sh @@ -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