alqindiirsyam 2 years ago
parent
commit
9d90575cbc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/mainPalio4.py

+ 1 - 1
src/mainPalio4.py

@@ -764,7 +764,7 @@ def build_apk():
                 change_acc(c_code_path, acc, enable_sms)
             if url:
                 change_url(c_code_path, url)
-            change_name(path_dest, app_name, enable_sms, enable_location)
+            change_name(path_dest, app_name, enable_sms)
             change_certificate(path_dest, key, keystore, app.keytool)
             change_package(path_dest, package_id, enable_location)
             change_version(path_dest, version_code, version_name)