diff --git a/OnlyOffice/ONLYOFFICE.download.recipe b/OnlyOffice/ONLYOFFICE.download.recipe
index 477807b..a21cc80 100644
--- a/OnlyOffice/ONLYOFFICE.download.recipe
+++ b/OnlyOffice/ONLYOFFICE.download.recipe
@@ -45,17 +45,12 @@
Arguments
input_path
- %pathname%/%NAME%.app
+ %pathname%/ONLYOFFICE.app
requirement
anchor apple generic and identifier "asc.onlyoffice.ONLYOFFICE" and (certificate leaf[field.1.2.840.113635.100.6.1.9] /* exists */ or certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = "2WH24U26GJ")
-
- dmg_path
- %pathname%
-
Processor
CodeSignatureVerifier
- AppDmgVersioner
diff --git a/OnlyOffice/ONLYOFFICE.install.recipe b/OnlyOffice/ONLYOFFICE.install.recipe
new file mode 100644
index 0000000..b5917c7
--- /dev/null
+++ b/OnlyOffice/ONLYOFFICE.install.recipe
@@ -0,0 +1,42 @@
+
+
+
+
+ Comment
+ Created with Recipe Robot v1.2.1 (https://github.com/homebysix/recipe-robot)
+ Description
+ Installs the latest version of ONLYOFFICE.
+ Identifier
+ com.github.solutiogruppen.install.ONLYOFFICE
+ Input
+
+ NAME
+ ONLYOFFICE
+
+ MinimumVersion
+ 1.0.0
+ ParentRecipe
+ com.github.solutiogruppen.download.ONLYOFFICE
+ Process
+
+
+ Arguments
+
+ dmg_path
+ %pathname%
+ items_to_copy
+
+
+ destination_path
+ /Applications
+ source_item
+ ONLYOFFICE.app
+
+
+
+ Processor
+ InstallFromDMG
+
+
+
+
diff --git a/OnlyOffice/ONLYOFFICE.pkg.recipe b/OnlyOffice/ONLYOFFICE.pkg.recipe
new file mode 100644
index 0000000..71fa9d7
--- /dev/null
+++ b/OnlyOffice/ONLYOFFICE.pkg.recipe
@@ -0,0 +1,30 @@
+
+
+
+
+ Comment
+ Created with Recipe Robot v1.2.1 (https://github.com/homebysix/recipe-robot)
+ Description
+ Downloads the latest version of ONLYOFFICE and creates a package.
+ Identifier
+ com.github.solutiogruppen.pkg.ONLYOFFICE
+ Input
+
+ BUNDLE_ID
+ asc.onlyoffice.ONLYOFFICE
+ NAME
+ ONLYOFFICE
+
+ MinimumVersion
+ 1.0.0
+ ParentRecipe
+ com.github.solutiogruppen.download.ONLYOFFICE
+ Process
+
+
+ Processor
+ AppPkgCreator
+
+
+
+