Update komorebic.lib.ahk

re-add the #Requires v2 line
remove the "generated by komorebic" comment
This commit is contained in:
mmikeww
2024-04-15 21:24:11 -04:00
committed by GitHub
parent 1671f31e3e
commit 7caa839a00

View File

@@ -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")