Skip to content

Commit

Permalink
Fix #41
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhiTheModder authored Dec 4, 2024
1 parent 7b70a8d commit c0bf20c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dcc.py
Original file line number Diff line number Diff line change
Expand Up @@ -1008,7 +1008,7 @@ def dcc_main(

if is_windows():
modify_application_name(
path.join(decompiled_dir, "AndroidManifest.xml"), custom_loader
path.join(decompiled_dir, "AndroidManifest.xml"), application_class_name
)
else:
check_call(
Expand Down

0 comments on commit c0bf20c

Please sign in to comment.