Skip to content

Windows 10 exe file detail info has messy code text #325

@ClayGminx

Description

@ClayGminx

I'm submitting a…

  • bug report
  • feature request
  • other

As the following picture display, the detail info in exe file has messy code text.

Note that my true description is "一个用于自动制作敬拜PPT的小工具".

Additional issue, my expect language is "简体中文", but it display "英语(美国)".

Following is my pom.xml

<name>Worship PPT</name>
<description>一个用于自动制作敬拜PPT的小工具</description>
......
<plugin>
    <groupId>io.github.fvarrui</groupId>
    <artifactId>javapackager</artifactId>
    <version>1.7.2</version>
    <executions>
        <execution>
            <phase>package</phase>
            <goals>
                <goal>package</goal>
            </goals>
            <configuration>
                <mainClass>claygminx.worshipppt.Main</mainClass>
                <bundleJre>true</bundleJre>
                <customizedJre>true</customizedJre>
                <jdkPath>C:\Program Files\Java\jdk1.8.0_351</jdkPath>
                <jrePath>jre</jrePath>
                <generateInstaller>false</generateInstaller>
                <administratorRequired>false</administratorRequired>
                <platform>auto</platform>
                <createZipball>true</createZipball>
                <createTarball>true</createTarball>
                <url>https://github.com/ClayGminx/worship-ppt</url>
                <additionalResources>
                    <additionalResource>config</additionalResource>
                    <additionalResource>PPT模板</additionalResource>
                    <additionalResource>数据库</additionalResource>
                    <additionalResource>README.md</additionalResource>
                </additionalResources>

                <winConfig>
                    <copyright>Joseph Mark</copyright>
                    <language>zh_CN</language>
                </winConfig>
            </configuration>
        </execution>
    </executions>
</plugin>

And following is the exe file detail info.

Worship PPT exe issue

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingduplicateThis issue or pull request already existsfeedbackWaiting for feedbackfixedIssue fixed and release pendingmergedChanges merged into devel branch

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions