Changed to official release channel

This commit is contained in:
Dennis Juhler Aagaard
2023-08-22 09:55:36 +02:00
parent 2a43babeb8
commit 1b4615440c
3 changed files with 99 additions and 9 deletions
+23 -3
View File
@@ -22,11 +22,31 @@
<dict>
<key>Arguments</key>
<dict>
<key>pkg_path</key>
<string>%pathname%</string>
<key>dmg_path</key>
<string>%RECIPE_CACHE_DIR%/%NAME%.dmg</string>
<key>dmg_root</key>
<string>%RECIPE_CACHE_DIR%/%NAME%</string>
</dict>
<key>Processor</key>
<string>Installer</string>
<string>DmgCreator</string>
</dict>
<dict>
<key>Arguments</key>
<dict>
<key>dmg_path</key>
<string>%dmg_path%</string>
<key>items_to_copy</key>
<array>
<dict>
<key>destination_path</key>
<string>/Applications</string>
<key>source_item</key>
<string>var/folders/yr/9dx0mtfj7kdf4725tmcz6md80000gp/T/macos-17174-install/arm/Nextcloud.app</string>
</dict>
</array>
</dict>
<key>Processor</key>
<string>InstallFromDMG</string>
</dict>
</array>
</dict>