Skip to content
This repository was archived by the owner on Feb 9, 2025. It is now read-only.

Generation of a downloadable zipΒ #28

@electronicboy

Description

@electronicboy

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.jar

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestfutureWill be worked on or released in the future

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions