Skip to content

Commit

Permalink
Fix wrong path creation in customize.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
MugoSquero authored and nift4 committed Dec 5, 2024
1 parent 6a60ec0 commit c6b765d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion customize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ if ! [ -d "/my_bigball/priv-app/GmsCore" ]; then
mkdir -p "$MODPATH/system/product/priv-app/Phonesky"
cp "$VD_PATH" "$MODPATH/system/product/priv-app/Phonesky/Phonesky.apk"
else
mkdir -p "$MODPATH/system/product/priv-app/Phonesky"
mkdir -p "$MODPATH/system/priv-app/Phonesky"
cp "$VD_PATH" "$MODPATH/system/priv-app/Phonesky/Phonesky.apk"
fi
mmm_exec hideLoading

0 comments on commit c6b765d

Please sign in to comment.