diff --git a/presenter/config.json b/presenter/config.json index 2a9e1fd..481f8e1 100644 --- a/presenter/config.json +++ b/presenter/config.json @@ -24,6 +24,10 @@ { "actionName": "White Screen", "fileName": "white.scpt", + }, + { + "actionName": "Exit Presentation", + "fileName": "exitpresentation.scpt", } ] } diff --git a/presenter/exitpresentation.scpt b/presenter/exitpresentation.scpt new file mode 100644 index 0000000..d980e24 Binary files /dev/null and b/presenter/exitpresentation.scpt differ