-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
weichunsheng
committed
Jan 4, 2021
1 parent
3080ae3
commit 4bf621e
Showing
5 changed files
with
45 additions
and
44 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<jnlp spec="1.0" xmlns:jfx="http://javafx.com" href="MultiSignTool.jnlp"> | ||
<information> | ||
<title>MultiSignTool</title> | ||
<vendor>魏春生</vendor> | ||
<description>APK二次签名工具和多渠道打包,支持v1和v2签名.</description> | ||
<offline-allowed/> | ||
</information> | ||
<resources> | ||
<j2se version="1.6+" href="http://java.sun.com/products/autodl/j2se"/> | ||
<jar href="MultiSignTool.jar" size="52927" download="eager" /> | ||
</resources> | ||
<jfx:javafx-desc width="800" height="530" main-class="com.wei_spring.signtool.Main" name="MultiSignTool" /> | ||
<update check="background"/> | ||
</jnlp> |