Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5a836c5e authored by Romain Hunault's avatar Romain Hunault
Browse files

Fix

parent 597d7f19
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ publish-to-apps:
    if [ -n APP_PACKAGE_NAME ]
    then
      echo "Define package_name"
      APP_PACKAGE_NAME=$(sed -n 's/.*package=\"\\(.*\\)\"/\\1/p' app/src/main/AndroidManifest.xml)
      APP_PACKAGE_NAME=$(sed -n 's/.*package="\(.*\)"/\1/p' app/src/main/AndroidManifest.xml)
    fi