From bc95c7d4f020b212bd316a2f9c6bf761fefddf94 Mon Sep 17 00:00:00 2001 From: Ghost_chu Date: Tue, 26 Nov 2024 21:43:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5=E6=9B=B4=E6=94=B9=20portable?= =?UTF-8?q?=20=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...217\260\346\250\241\345\274\217\345\220\257\345\212\250.bat" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/pkg/portable/3) \344\273\245\346\216\247\345\210\266\345\217\260\346\250\241\345\274\217\345\220\257\345\212\250.bat" "b/pkg/portable/3) \344\273\245\346\216\247\345\210\266\345\217\260\346\250\241\345\274\217\345\220\257\345\212\250.bat" index 6d5c1bac73..3de33b47f8 100644 --- "a/pkg/portable/3) \344\273\245\346\216\247\345\210\266\345\217\260\346\250\241\345\274\217\345\220\257\345\212\250.bat" +++ "b/pkg/portable/3) \344\273\245\346\216\247\345\210\266\345\217\260\346\250\241\345\274\217\345\220\257\345\212\250.bat" @@ -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 \ No newline at end of file