File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed
Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change 33 "description" : " “冰蝎”动态二进制加密网站管理客户端.(Scoop bucket by arch3rpro)" ,
44 "homepage" : " https://github.com/rebeyond/Behinder" ,
55 "license" : " Freeware" ,
6- "suggest" : " java/oraclejdk" ,
6+ "suggest" : {
7+ "JDK" : " java/oraclejre8"
8+ },
79 "url" : " https://github.com/rebeyond/Behinder/releases/download/Behinder_v4.0.7/Behinder_v4.07.zip" ,
810 "hash" : " d17c676a9525e99917a694024212bfddeb038d278f9017a0aef43fbdd142070b" ,
9- "pre_install" : " Set-Content \" $dir\\ behinder.bat\" '@pushd %~dp0\n @start javaw.exe -jar \" Behinder.jar\" %*\n @popd' -Encoding Ascii" ,
11+ "pre_install" : [
12+ " $batContent = @'" ,
13+ " @echo off" ,
14+ " pushd \" %~dp0\" " ,
15+ " for /f \" tokens=*\" %%i in ('scoop prefix oraclejre8') do set JDK8_PATH=%%i" ,
16+ " start \"\" \" %JDK8_PATH%\\ bin\\ javaw.exe\" -jar \" Behinder.jar\" %*" ,
17+ " popd" ,
18+ " '@" ,
19+ " Set-Content \" $dir\\ behinder.bat\" $batContent -Encoding Ascii"
20+ ],
1021 "bin" : " behinder.bat" ,
1122 "persist" : " data.db" ,
1223 "checkver" : {
You can’t perform that action at this time.
0 commit comments