master v0.1.0
cfunder 8 months ago
parent cd44c71edc
commit be5be7eae2
No known key found for this signature in database
GPG Key ID: 15227A6455DDF7EE

@ -1,10 +1,12 @@
package launcher
package libmcpil
import (
"strings"
"os/exec"
"os"
)
const Version = "1.0"
// Fetch the options from an executable_path as a map.
// executable_path must be a string with an executable
// that provides --print-available-feature-flags and its

Loading…
Cancel
Save