Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 9 additions & 2 deletions testData/solutions/win32.json5
Original file line number Diff line number Diff line change
Expand Up @@ -1762,10 +1762,17 @@
],
"stop": [
{
"type": "gpii.windows.closeProcessByName",
"filename": "firefox.exe"
"type": "gpii.windows.closeProcessByName",
"filename": "firefox.exe"
}
],
// Although there are no settings to deal with, we need to pass through
// the "configure" action in order to proceed with the "stop" directive
// when keying out. This is a current limitation of the system, you can
// check https://issues.gpii.net/browse/GPII-2106 and
// https://issues.gpii.net/browse/GPII-1235 for more detailed information.
//
"configure": [ "settings.configure" ],
"isInstalled": [
{
"type": "gpii.deviceReporter.alwaysInstalled"
Expand Down