I was able to get NMSSaveEditor working in Kubuntu 24.04 by running a shell script with the following code below in the directory of the NMSSaveEditor.jar file after i extracted the self extracting archive with WineHQ.
The following below is the code of the shell script i created.
!/bin/sh
java -jar NMSSaveEditor.jar -autoupdate
See if you can create a Linux App Image that will execute a shell script with this code above in the directory of the Jar file.
I was able to get NMSSaveEditor working in Kubuntu 24.04 by running a shell script with the following code below in the directory of the NMSSaveEditor.jar file after i extracted the self extracting archive with WineHQ.
The following below is the code of the shell script i created.
!/bin/sh
java -jar NMSSaveEditor.jar -autoupdate
See if you can create a Linux App Image that will execute a shell script with this code above in the directory of the Jar file.