Skip to content

Commit

Permalink
Adding Build Instructions to Zoom packages
Browse files Browse the repository at this point in the history
  • Loading branch information
sphen13 committed Oct 19, 2017
1 parent aa3b1ff commit 5980882
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
10 changes: 9 additions & 1 deletion Zoom Inactivity Quit/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
## Zoom Inactivity Quit
### Zoom Inactivity Quit

One of our scripts that helps you use a shared computer resource for Zoom meetings.

This LaunchAgent and associated script quits the Zoom (zoom.us) application if there is no meeting current in session and user input has been idle for over 15 minutes.

## How to Build

This package utilizes [munkipkg](https://github.com/munki/munki-pkg).

`munkipkg path/to/package_project_directory`

Causes munkipkg to build the package defined in package_project_directory. The built package is created in a build/ directory inside the project directory.

## Please Note

Currently this is a quick implementation which is hardcoded to a certain username. The username *source* should be changed for your specific use-case.
Expand Down
10 changes: 9 additions & 1 deletion Zoom Settings/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
## Zoom Settngs
### Zoom Settings

One of our scripts that helps you use a shared computer resource for Zoom meetings.

This LaunchAgent and associated script resets the Zoom settings to be fresh when the app has been quit. This effectively logs the user out for the next launch.

## How to Build

This package utilizes [munkipkg](https://github.com/munki/munki-pkg).

`munkipkg path/to/package_project_directory`

Causes munkipkg to build the package defined in package_project_directory. The built package is created in a build/ directory inside the project directory.

## Please Note

Currently this is a quick implementation which is hardcoded to a certain username. The username *source* should be changed for your specific use-case. This also has a specific *zoomus.db* file which is specific to a SSO domain and needs to be changed.
Expand Down

0 comments on commit 5980882

Please sign in to comment.