Skip to content

Commit c0bf20c

Browse files
Fix #41
1 parent 7b70a8d commit c0bf20c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dcc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1008,7 +1008,7 @@ def dcc_main(
10081008

10091009
if is_windows():
10101010
modify_application_name(
1011-
path.join(decompiled_dir, "AndroidManifest.xml"), custom_loader
1011+
path.join(decompiled_dir, "AndroidManifest.xml"), application_class_name
10121012
)
10131013
else:
10141014
check_call(

0 commit comments

Comments
 (0)