Skip to content

Commit

Permalink
fix: 修正错误的参数
Browse files Browse the repository at this point in the history
  • Loading branch information
wojiushixiaobai committed Mar 11, 2022
1 parent 99d2afc commit 3ae0c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jmservisor.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if(A_Args[1] = "-"){


if(A_Args[1]="chrome"){
Run,%2% --app=%3% --start-maximizedc
Run,%2% --app=%3% --start-maximized
WinActivate, ahk_exe chrome.exe
BlockInput,on
Sleep, 10000
Expand Down

0 comments on commit 3ae0c10

Please sign in to comment.