Skip to content

Commit

Permalink
Added Devolutions Remote Desktop Manager
Browse files Browse the repository at this point in the history
  • Loading branch information
David Pirie committed May 28, 2024
1 parent b3a3d19 commit 65d9d75
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
Description: |
Downloads the latest version of Devolutions Remote Desktop Manager,
verfies the source, then uploads the package to Jamf Pro.
verfies the source, builds a package, then uploads the package to
Jamf Pro.
JSS_URL, API_USERNAME, and API_PASSWORD, and for non-cloud instances
SMB_URL, SMB_USERNAME and SMB_PASSWORD, are expected to be populated
in your AutoPkg preferences, override Input variables, or by
command-line keys.
Identifier: com.github.davidbpirie.jamf-upload.DevolutionsRemoteDesktopManager
ParentRecipe: com.github.dataJAR-recipes.download.Remote Desktop Manager Free
ParentRecipe: com.github.davidbpirie.pkg.DevolutionsRemoteDesktopManager
MinimumVersion: 2.3.0

Input:
Expand Down
13 changes: 13 additions & 0 deletions Devolutions/DevolutionsRemoteDesktopManager.pkg.recipe.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Description: |
Downloads the latest version of Devolutions Remote Desktop Manager,
verfies the source, then builds a package.
Identifier: com.github.davidbpirie.pkg.DevolutionsRemoteDesktopManager
ParentRecipe: com.github.dataJAR-recipes.download.Remote Desktop Manager Free
MinimumVersion: 2.3.0

Input:
NAME: DevolutionsRemoteDesktopManager

Process:
- Processor: AppPkgCreator

0 comments on commit 65d9d75

Please sign in to comment.