Skip to content

Commit

Permalink
修复其他语言系统运行失败的问题;
Browse files Browse the repository at this point in the history
  • Loading branch information
hzhilong committed Dec 3, 2024
1 parent e42a6f0 commit d06c08b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
File renamed without changes.
5 changes: 4 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<artifactId>bilibili-backup</artifactId>
<name>哔哩哔哩账号备份</name>
<description>一键对B站账号进行数据备份和还原,方便账号数据迁移/快速转生(哗哩哗哩 bilibili)</description>
<version>2.0</version>
<version>2.0.1</version>

<properties>
<maven.compiler.source>8</maven.compiler.source>
Expand Down Expand Up @@ -127,6 +127,8 @@
</goals>
<configuration>
<mainClass>${app.mainClass}</mainClass>
<!-- <displayName>${project.artifactId}</displayName>-->
<name>${project.artifactId}</name>
<bundleJre>true</bundleJre>
<jrePath>jre</jrePath>
<generateInstaller>true</generateInstaller>
Expand All @@ -138,6 +140,7 @@
<organizationEmail>${app.email}</organizationEmail>

<winConfig>
<!-- <exeCreationTool>why</exeCreationTool>-->
<exeCreationTool>winrun4j</exeCreationTool>
<!-- https://github.com/kira-96/Inno-Setup-Chinese-Simplified-Translation -->
<setupLanguages>
Expand Down

0 comments on commit d06c08b

Please sign in to comment.