Skip to content

Commit

Permalink
同步更改 portable 包
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghost-chu committed Nov 26, 2024
1 parent 79c13d5 commit bc95c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/portable/3) 以控制台模式启动.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@echo off
chcp 65001
title PeerBanHelper
start ./jre/bin/java.exe -Xmx512M -Xss512k -XX:+UseG1GC -XX:+UseStringDeduplication -XX:+ShrinkHeapInSteps -Dpbh.release=portable -Dfile.encoding=UTF-8 -Dstdout.encoding=UTF-8 -Dstderr.encoding=UTF-8 -Dconsole.encoding=UTF-8 -jar PeerBanHelper.jar nogui
start ./jre/bin/java.exe -Xmx512M -Xss512k -XX:+UseG1GC -XX:+UseStringDeduplication -Djava.awt.headless=true -XX:+ShrinkHeapInSteps -Dpbh.release=portable -Dfile.encoding=UTF-8 -Dstdout.encoding=UTF-8 -Dstderr.encoding=UTF-8 -Dconsole.encoding=UTF-8 -jar PeerBanHelper.jar nogui
pause

0 comments on commit bc95c7d

Please sign in to comment.