From 7caa839a0072c2ce993c4ea529ee97a4cd3c6d50 Mon Sep 17 00:00:00 2001 From: mmikeww <1900684+mmikeww@users.noreply.github.com> Date: Mon, 15 Apr 2024 21:24:11 -0400 Subject: [PATCH] Update komorebic.lib.ahk re-add the #Requires v2 line remove the "generated by komorebic" comment --- komorebic.lib.ahk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/komorebic.lib.ahk b/komorebic.lib.ahk index e1e279b4..29a5ff0c 100644 --- a/komorebic.lib.ahk +++ b/komorebic.lib.ahk @@ -1,4 +1,4 @@ -; Generated by komorebic.exe +#Requires AutoHotkey v2.0.2 Start(ffm, await_configuration, tcp_port) { RunWait("komorebic.exe start " ffm " --await-configuration " await_configuration " --tcp-port " tcp_port, , "Hide")