mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
💚 Fixed file name
This commit is contained in:
+1
-1
@@ -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."""
|
||||||
|
|||||||
Reference in New Issue
Block a user