You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: