|
40 | 40 | <string>io.github.hjuutilainen.download.TeXstudio</string>
|
41 | 41 | <key>Process</key>
|
42 | 42 | <array>
|
| 43 | + <dict> |
| 44 | + <key>Arguments</key> |
| 45 | + <dict> |
| 46 | + <key>archive_path</key> |
| 47 | + <string>%pathname%</string> |
| 48 | + <key>destination_path</key> |
| 49 | + <string>%RECIPE_CACHE_DIR%/Applications</string> |
| 50 | + <key>purge_destination</key> |
| 51 | + <true/> |
| 52 | + </dict> |
| 53 | + <key>Processor</key> |
| 54 | + <string>Unarchiver</string> |
| 55 | + </dict> |
| 56 | + <dict> |
| 57 | + <key>Arguments</key> |
| 58 | + <dict> |
| 59 | + <key>pattern</key> |
| 60 | + <string>%RECIPE_CACHE_DIR%/Applications/*.app</string> |
| 61 | + </dict> |
| 62 | + <key>Processor</key> |
| 63 | + <string>FileFinder</string> |
| 64 | + </dict> |
| 65 | + <dict> |
| 66 | + <key>Arguments</key> |
| 67 | + <dict> |
| 68 | + <key>destination_path</key> |
| 69 | + <string>%RECIPE_CACHE_DIR%/texstudio/texstudio.app</string> |
| 70 | + <key>source_path</key> |
| 71 | + <string>%RECIPE_CACHE_DIR%/Applications/%found_basename%</string> |
| 72 | + </dict> |
| 73 | + <key>Processor</key> |
| 74 | + <string>Copier</string> |
| 75 | + </dict> |
| 76 | + <dict> |
| 77 | + <key>Arguments</key> |
| 78 | + <dict> |
| 79 | + <key>dmg_path</key> |
| 80 | + <string>%RECIPE_CACHE_DIR%/%NAME%.dmg</string> |
| 81 | + <key>dmg_root</key> |
| 82 | + <string>%RECIPE_CACHE_DIR%/texstudio</string> |
| 83 | + </dict> |
| 84 | + <key>Processor</key> |
| 85 | + <string>DmgCreator</string> |
| 86 | + </dict> |
43 | 87 | <dict>
|
44 | 88 | <key>Processor</key>
|
45 | 89 | <string>MunkiImporter</string>
|
46 | 90 | <key>Arguments</key>
|
47 | 91 | <dict>
|
48 | 92 | <key>pkg_path</key>
|
49 |
| - <string>%pathname%</string> |
| 93 | + <string>%RECIPE_CACHE_DIR%/%NAME%.dmg</string> |
50 | 94 | <key>munkiimport_appname</key>
|
51 | 95 | <string>texstudio.app</string>
|
52 | 96 | <key>repo_subdirectory</key>
|
53 | 97 | <string>%MUNKI_REPO_SUBDIR%</string>
|
54 | 98 | </dict>
|
55 | 99 | </dict>
|
| 100 | + <dict> |
| 101 | + <key>Arguments</key> |
| 102 | + <dict> |
| 103 | + <key>path_list</key> |
| 104 | + <array> |
| 105 | + <string>%RECIPE_CACHE_DIR%/texstudio</string> |
| 106 | + <string>%RECIPE_CACHE_DIR%/Applications</string> |
| 107 | + </array> |
| 108 | + </dict> |
| 109 | + <key>Processor</key> |
| 110 | + <string>PathDeleter</string> |
| 111 | + </dict> |
56 | 112 | </array>
|
57 | 113 | </dict>
|
58 | 114 | </plist>
|
0 commit comments