Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How I got NMSSaveEditor working in Ubuntu Linux (Feature Request) #1123

Open
genestrashcan opened this issue Nov 24, 2024 · 3 comments
Open

Comments

@genestrashcan
Copy link

genestrashcan commented Nov 24, 2024

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.

@smgrey
Copy link

smgrey commented Dec 4, 2024

You can just double click the jar file and it will execute. Linux runs Java normally, why would there be a need for an app image?

@wkitty42
Copy link

wkitty42 commented Dec 4, 2024

yeah, no doubt! no need for an appimage... putting those two lines in a script file will work quite well without all the additional overhead...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@wkitty42 @genestrashcan @smgrey and others