💚 Fixed file name

This commit is contained in:
Nikhil Badyal
2023-08-05 22:00:23 +05:30
parent 710e867c85
commit d3888f3fad
+1 -1
View File
@@ -39,7 +39,7 @@ class APP(object):
def get_output_file_name(self) -> str: def get_output_file_name(self) -> str:
"""Get output file appended with version.""" """Get output file appended with version."""
return f"Re-{self.app_name}-{slugify(self.app_version)}.apk" return f"Re-{self.app_name}-{slugify(self.app_version)}-output.apk"
def set_recommended_version(self, version: str, exp: bool = False) -> None: def set_recommended_version(self, version: str, exp: bool = False) -> None:
"""Update if cooking non-recommended.""" """Update if cooking non-recommended."""