ModOrganizer-Plugins icon indicating copy to clipboard operation
ModOrganizer-Plugins copied to clipboard

Add Bash script to generate release

Open loicreynier opened this issue 1 year ago • 1 comments

Add a Bash script to generate release from a Linux (or any other Bash-enabled) system.

I made this script while working on #34.

loicreynier avatar Jul 02 '24 08:07 loicreynier

This should probably use #!/usr/bin/env bash as that's more likely to be present on more systems; NixOS is a good example where /bin/bash doesn't exist.

lyssieth avatar Aug 26 '24 19:08 lyssieth