This repository was archived by the owner on Feb 9, 2025. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 26
Generation of a downloadable zipΒ #28
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestfutureWill be worked on or released in the futureWill be worked on or released in the future
Description
If there's one massive headache for macOS, it's the expectation that users will generally understand basic *nix skills in order to get a basic server running, it would kinda be cool if a zip file could be generated that would have a start.command script inside of it, with the executable bit set on the file within.
Contents would also have to marginally be modified for this, mainly, adding a call to cd in order to take us to the directory where the command file is in order to be able to start the server. Doing so would allow mac users to download the zip, extract the command file from within into the server dir, and be able to double click the file to run it;
cd "`dirname $0`"
java -jar server.jarNotGeri, EterNityCH, zoey-on-github and encode42EterNityCHEterNityCH
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestfutureWill be worked on or released in the futureWill be worked on or released in the future