Behinder

1
2
cd /Applications/Godzilla.app/Contents/app/
/Library/Java/JavaVirtualMachines/jdk15/Contents/Home/bin/java --module-path "/Applications/Behinder.app/Contents/app/lib" --add-modules=javafx.controls --add-modules=javafx.fxml --add-modules=javafx.base --add-modules=javafx.graphics --add-modules=javafx.web -Xdock:icon=/Applications/Behinder.app/Contents/app/app.icns -jar /Applications/Behinder.app/Contents/app/Behinder.jar

Godzilla

1
2
cd /Applications/Godzilla.app/Contents/app/
/usr/bin/java -Xdock:icon=/Applications/Godzilla.app/Contents/app/app.icns -jar /Applications/Godzilla.app/Contents/app/Godzilla.jar

Icns

1
2
3
4
5
6
wget -O ~/Downloads/Behinder.icns https://xrsec.s3.bitiful.net/IMG/20210419051529102756.icns
wget -O ~/Downloads/Godzilla.icns https://xrsec.s3.bitiful.net/IMG/20210419051604142358.png
ls -lh Behinder.icns
## -rw-r--r-- 1 xr staff 32K 4 19 05:15 Behinder.icns
ls -lh Godzilla.icns
# -rw-r--r-- 1 xr staff 41K 4 19 05:16 Godzilla.icns

Steps

先安装和下载上面url中的内容,Java m1 用户建议下载bin包手动配置,可以解压到
/Library/Java/JavaVirtualMachines/ 另外一个压缩包打开冰蝎时有提示

自动操作.app ==〉 img
未命名.app ==〉 改名 ==〉选择路径 ==〉选择应用程序文件夹 ==〉shell 类型 ==〉 /bin/sh ==〉 保存
进入应用程序文件夹 找到你保存的软件 右键进入包内容

image-20210419052920541

创建文件夹(app)把你下载的图片和软件java包 从 下载 复制到这个 app 目录下

image-20210419053151922

复制你的图片到这个地方改名 ApplicationStub.icns
双击启动

Godzilla同理!

转载请声明来源:Blog Email