MacOS first impressions, version 48
1: The installer installs, but the app will not run from the Applications Directory. It errors out because it is not signed. This will be a problem for most Mac users who are not devs and are not willing to bypass security.
2: Once that is resolved, the app does nothing (because it writes stuff to the console and quits).
3: Going to the directory and opening the app allows me to eventually get to the jar, which I can run from Terminal.
terminal output:
1: The installer installs, but the app will not run from the Applications Directory. It errors out because it is not signed. This will be a problem for most Mac users who are not devs and are not willing to bypass security.
2: Once that is resolved, the app does nothing (because it writes stuff to the console and quits).
3: Going to the directory and opening the app allows me to eventually get to the jar, which I can run from Terminal.
terminal output:
Bash:
$ java -jar multitool-48.jar
Current working directory: /Applications/multitool.app/Contents/app
Path to local Java: /Library/Java/JavaVirtualMachines/temurin-21.jdk/Contents/Home/bin/java
Local Java version: 21
Preferred Java version: 21
ToolData for multitool
currentVersion=48
latestVersion=48
downloadURL=https://github.com/kolmafia/multitool/releases/download/r48/multitool-48.jar
needToDownload=false
localJars=[multitool-48.jar]
latestJarFile=/Applications/multitool.app/Contents/app/multitool-48.jar
localModificationFound=false
ToolData for kolmafia
currentVersion=0
latestVersion=28355
downloadURL=https://github.com/kolmafia/kolmafia/releases/download/r28355/kolmafia-28355.jar
needToDownload=true
localJars=[]
latestJarFile=/Applications/multitool.app/Contents/app
localModificationFound=false