Groupy ignores WorkingDirectory setting
On up-to-date Win10 x64, I create a group containing an instance of cmd.exe and another of Git Bash. I notice that whenever I launch the group, both start in C:\windows\system32. I locate the group file (included below) and edit the WorkingDirectory setting, but this has no effect, they still both start in C:\windows\system32.
[Group]
GroupCount=2
GroupLeft=7
GroupTop=44
GroupRight=1360
GroupBottom=654
GroupMax=0
[GroupyEntry1]
OwnerProcess=C:\Windows\System32\cmd.exe
RunElevated=0
NoPatternMatching=0
CommandLine="/K C:\Users\jacro\py_mlao\Scripts\activate.bat"
WorkingDirectory=C:\Users\jacro\devel\mlao
Target=C:\Windows\System32\cmd.exe
MatchingClass=ConsoleWindowClass
[GroupyEntry2]
OwnerProcess=C:\Program Files\Git\usr\bin\mintty.exe
RunElevated=0
NoPatternMatching=0
CommandLine="--nodaemon -o AppID=GitForWindows.Bash -o AppLaunchCmd="C:\Program Files\Git\git-bash.exe" -o AppName="Git Bash" -i "C:\Program Files\Git\git-bash.exe" --store-taskbar-properties -- /usr/bin/bash --login -i"
WorkingDirectory=C:\Users\jacro\devel\mlao
Target=C:\Program Files\Git\usr\bin\mintty.exe
MatchingClass=mintty