mirror of
https://github.com/TangentFoxy/love-release.git
synced 2025-07-28 11:02:20 +00:00
Now also remove src/com when creating a new package
This commit is contained in:
@@ -756,6 +756,7 @@ if [ "$RELEASE_APK" = true ]; then
|
|||||||
if [ -d "$LOVE_ANDROID_DIR" ]; then
|
if [ -d "$LOVE_ANDROID_DIR" ]; then
|
||||||
cd "$LOVE_ANDROID_DIR"
|
cd "$LOVE_ANDROID_DIR"
|
||||||
git checkout -- .
|
git checkout -- .
|
||||||
|
rm -rf src/com
|
||||||
LOCAL=$(git rev-parse @)
|
LOCAL=$(git rev-parse @)
|
||||||
REMOTE=$(git rev-parse @{u})
|
REMOTE=$(git rev-parse @{u})
|
||||||
BASE=$(git merge-base @ @{u})
|
BASE=$(git merge-base @ @{u})
|
||||||
|
Reference in New Issue
Block a user