Update cicd

This commit is contained in:
Owen
2026-03-16 17:52:40 -07:00
parent 703c606af5
commit 815997d7ce
3 changed files with 684 additions and 359 deletions

View File

@@ -13,6 +13,8 @@ import (
olmpkg "github.com/fosrl/olm/olm"
)
var olmVersion = "version_replaceme"
func main() {
// Check if we're running as a Windows service
if isWindowsService() {
@@ -190,7 +192,6 @@ func runOlmMainWithArgs(ctx context.Context, cancel context.CancelFunc, signalCt
os.Exit(0)
}
olmVersion := "1.4.3"
if showVersion {
fmt.Println("Olm version " + olmVersion)
os.Exit(0)