mirror of
https://github.com/revanced/Apktool.git
synced 2024-12-12 13:57:46 +01:00
parent
567907b187
commit
0e0f8b0dee
@ -53,7 +53,7 @@ javaOpts=""
|
|||||||
# line and adjust the value accordingly. Use "java -X" for a list of options
|
# line and adjust the value accordingly. Use "java -X" for a list of options
|
||||||
# you can pass here.
|
# you can pass here.
|
||||||
#
|
#
|
||||||
javaOpts="-Xmx512M"
|
javaOpts="-Xmx512M -Dfile.encoding=utf-8"
|
||||||
|
|
||||||
# Alternatively, this will extract any parameter "-Jxxx" from the command line
|
# Alternatively, this will extract any parameter "-Jxxx" from the command line
|
||||||
# and pass them to Java (instead of to dx). This makes it possible for you to
|
# and pass them to Java (instead of to dx). This makes it possible for you to
|
||||||
|
@ -53,7 +53,7 @@ javaOpts=""
|
|||||||
# line and adjust the value accordingly. Use "java -X" for a list of options
|
# line and adjust the value accordingly. Use "java -X" for a list of options
|
||||||
# you can pass here.
|
# you can pass here.
|
||||||
#
|
#
|
||||||
javaOpts="-Xmx512M"
|
javaOpts="-Xmx512M -Dfile.encoding=utf-8"
|
||||||
|
|
||||||
# Alternatively, this will extract any parameter "-Jxxx" from the command line
|
# Alternatively, this will extract any parameter "-Jxxx" from the command line
|
||||||
# and pass them to Java (instead of to dx). This makes it possible for you to
|
# and pass them to Java (instead of to dx). This makes it possible for you to
|
||||||
|
Loading…
Reference in New Issue
Block a user