Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

Commit

Permalink
更新无需安装JDK环境的运行项目与REAMDE
Browse files Browse the repository at this point in the history
  • Loading branch information
Waldenth committed May 16, 2021
1 parent f03418c commit c58eb5e
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ExecutableJar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ Releases和可执行文件请前往项目`Releases`选项卡,仓库不再存

**Releases url:** https://github.com/Waldenth/FuckHamSports/releases

网盘:https://share.weiyun.com/fcFMpOXu
网盘:https://share.weiyun.com/fcFMpOXu

网盘中更新了无需自行安装JDK的项目,双击start.bat/vbs/exe即可运行,目前只支持Windows-amd64
1 change: 1 addition & 0 deletions ExecutableJar/start.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.\jre\bin\java -jar .\FuckHamSports.jar
6 changes: 6 additions & 0 deletions ExecutableJar/start.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#pragma comment(linker,"/subsystem:\"Windows\" /entry:\"mainCRTStartup\"")
#include <stdio.h>
#include <stdlib.h>
int main(){
system(".\\start.vbs");
}
2 changes: 2 additions & 0 deletions ExecutableJar/start.vbs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Set shell = Wscript.createobject("wscript.shell")
a = shell.run ("start.bat",0)
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ WHU-汉姆-阳光体育代跑图形界面工具-环境打包-即开即用

网盘备份:https://share.weiyun.com/fcFMpOXu

### 如果不想安装JDK环境

请使用Windows-amd64操作系统,下载网盘链接中的`(无需安装JDK)FuckHamSports.zip`,解压,双击`start.exe/vbs/bat`即可运行,请不要随意更改`FuckHamSports`文件夹下的文件层次结构



### Update
Expand Down

0 comments on commit c58eb5e

Please sign in to comment.