Skip to content

Commit

Permalink
Fixed Windows character encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
maccasoft committed Jul 11, 2023
1 parent 78843d5 commit 1de8b25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build/windows/config-cli.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<path>java</path>
<minVersion>11</minVersion>
<runtimeBits>64</runtimeBits>
<opt>-Dfile.encoding="UTF-8"</opt>
<opt>-DAPP_DIR="%EXEDIR%"</opt>
</jre>
<versionInfo>
Expand Down
1 change: 1 addition & 0 deletions build/windows/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<path>java</path>
<minVersion>11</minVersion>
<runtimeBits>64</runtimeBits>
<opt>-Dfile.encoding="UTF-8"</opt>
<opt>-DAPP_DIR="%EXEDIR%"</opt>
</jre>
<versionInfo>
Expand Down

0 comments on commit 1de8b25

Please sign in to comment.