Skip to content

Commit a88693f

Browse files
committed
Update JNLP and add signed jar.
1 parent bc24f23 commit a88693f

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,4 +161,7 @@ dependency-reduced-pom.xml
161161
buildNumber.properties
162162
.mvn/timing.properties
163163

164-
!.mvn/wrapper/maven-wrapper.jar
164+
!.mvn/wrapper/maven-wrapper.jar
165+
166+
# Do not ignore JNLP jars.
167+
!docs/jnlp/*.jar
8.53 MB
Binary file not shown.

docs/jnlp/androidscreencast.jnlp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<jnlp spec="1.0+" codebase="https://xsavikx.github.io/AndroidScreencast/"
2121
href="jnlp/androidscreencast.jnlp"
22-
version="v0.0.16s">
22+
version="0.1">
2323
<information>
2424
<title>Android Screencast</title>
2525
<vendor>Yurii Serhiichuk</vendor>
@@ -34,7 +34,7 @@
3434
<resources>
3535
<j2se version="1.8+"/>
3636
<jar main="true" download="eager"
37-
href="https://xsavikx.github.io/AndroidScreencast/jnlp/androidscreencast-0.0.16s-executable.jar"/>
37+
href="https://xsavikx.github.io/AndroidScreencast/jnlp/androidscreencast-0.1-executable.jar"/>
3838
</resources>
3939
<application-desc main-class="com.github.xsavikx.androidscreencast.Main"/>
4040
</jnlp>

0 commit comments

Comments
 (0)