This commit is contained in:
jack ning
2024-09-23 23:26:26 +08:00
parent 3d39029fba
commit 0ec6c8ea37
9 changed files with 12 additions and 12 deletions

View File

@@ -5,7 +5,7 @@
# ===============================
spring.application.name=bytedesk
application.title=https://www.weiyuai.cn
application.version=0.4.1
application.version=0.4.2
# server.host=127.0.0.1
server.port=9003

View File

@@ -1,5 +1,5 @@
@echo off
set RUN_NAME=bytedesk-starter-0.4.1.jar
set RUN_NAME=bytedesk-starter-0.4.2.jar
set LANG=en_US.UTF-8
set PRG=%0
set APPDIRFILE=%~dp0

View File

@@ -1,5 +1,5 @@
#!/bin/sh
RUN_NAME="bytedesk-starter-0.4.1.jar"
RUN_NAME="bytedesk-starter-0.4.2.jar"
export LANG="en_US.UTF-8"
PRG=$0
APPDIRFILE=`dirname "$PRG"`

View File

@@ -1,5 +1,5 @@
@echo off
set RUN_NAME=bytedesk-starter-0.4.1.jar
set RUN_NAME=bytedesk-starter-0.4.2.jar
set LANG=en_US.UTF-8
set PRG=%0
set APPDIRFILE=%~dp0

View File

@@ -13,7 +13,7 @@
# 联系270580156@qq.com
# Copyright (c) 2024 by bytedesk.com, All Rights Reserved.
###
RUN_NAME="bytedesk-starter-0.4.1.jar"
RUN_NAME="bytedesk-starter-0.4.2.jar"
export LANG="en_US.UTF-8"
PRG=$0
APPDIRFILE=`dirname "$PRG"`