Skip to content
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.

Commit

Permalink
before release
Browse files Browse the repository at this point in the history
  • Loading branch information
4ra1n committed Nov 28, 2022
1 parent d7b2122 commit 4cf20b8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Super Xray
[![](https://img.shields.io/github/v/release/4ra1n/super-xray)](https://github.com/4ra1n/super-xray/releases/latest)
![](https://img.shields.io/github/downloads/4ra1n/super-xray/total)
![](https://img.shields.io/badge/Java%20Code%20Lines-4580-orange)
![](https://img.shields.io/badge/build-JDK8-orange)
![](https://img.shields.io/badge/Java%20Code%20Lines-4830-orange)

[English Version](doc/README.md)

Expand Down
4 changes: 2 additions & 2 deletions build/build-jre.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<launch4jConfig>
<dontWrapJar>false</dontWrapJar>
<headerType>gui</headerType>
<jar>D:\super-xray\target\super-xray-0.7.jar</jar>
<outfile>D:\super-xray\super-xray-0.7.exe</outfile>
<jar>D:\super-xray\target\super-xray-0.8.jar</jar>
<outfile>D:\super-xray\super-xray-0.8.exe</outfile>
<errTitle></errTitle>
<cmdLine></cmdLine>
<chdir>.</chdir>
Expand Down
4 changes: 2 additions & 2 deletions build/build-nojre.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<launch4jConfig>
<dontWrapJar>false</dontWrapJar>
<headerType>gui</headerType>
<jar>D:\super-xray\target\super-xray-0.7.jar</jar>
<outfile>D:\super-xray\super-xray-0.7-system-jre.exe</outfile>
<jar>D:\super-xray\target\super-xray-0.8.jar</jar>
<outfile>D:\super-xray\super-xray-0.8-system-jre.exe</outfile>
<errTitle></errTitle>
<cmdLine></cmdLine>
<chdir>.</chdir>
Expand Down
3 changes: 2 additions & 1 deletion doc/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Super Xray
[![](https://img.shields.io/github/v/release/4ra1n/super-xray)](https://github.com/4ra1n/super-xray/releases/latest)
![](https://img.shields.io/github/downloads/4ra1n/super-xray/total)
![](https://img.shields.io/badge/Java%20Code%20Lines-4580-orange)
![](https://img.shields.io/badge/build-JDK8-orange)
![](https://img.shields.io/badge/Java%20Code%20Lines-4830-orange)

## Introduce

Expand Down

0 comments on commit 4cf20b8

Please sign in to comment.