• R/O
  • HTTP
  • SSH
  • HTTPS

libmcpilauncher: Commit

Golang library for launching MC:Pi-Reborn


Commit MetaInfo

Revisionbe5be7eae20f9e5beda18bc403782f7c960784cb (tree)
Time2022-09-26 22:40:01
Authorcfunder <cfunder@user...>
Commitercfunder

Log Message

v1.0

Change Summary

Incremental Difference

--- a/libmcpil.go
+++ b/libmcpil.go
@@ -1,10 +1,12 @@
1-package launcher
1+package libmcpil
22 import (
33 "strings"
44 "os/exec"
55 "os"
66 )
77
8+const Version = "1.0"
9+
810 // Fetch the options from an executable_path as a map.
911 // executable_path must be a string with an executable
1012 // that provides --print-available-feature-flags and its
Show on old repository browser