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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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