-
Notifications
You must be signed in to change notification settings - Fork 148
Closed
Labels
bugSomething isn't workingSomething isn't workingduplicateThis issue or pull request already existsThis issue or pull request already existsfeedbackWaiting for feedbackWaiting for feedbackfixedIssue fixed and release pendingIssue fixed and release pendingmergedChanges merged into devel branchChanges merged into devel branch
Description
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.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingduplicateThis issue or pull request already existsThis issue or pull request already existsfeedbackWaiting for feedbackWaiting for feedbackfixedIssue fixed and release pendingIssue fixed and release pendingmergedChanges merged into devel branchChanges merged into devel branch