Skip to content
Snippets Groups Projects
Verified Commit 1ea12e38 authored by Sebastian's avatar Sebastian
Browse files

Configure macOS packaging

parent 2a9a40dd
No related branches found
No related tags found
1 merge request!332MacOS
......@@ -285,6 +285,20 @@ pinpit.desktop {
bitmapDialog.set(project.file("src/packagingResources/windows/dialog.bmp"))
}
}
macOS {
packageName = appName
iconFile.set(project.file("../assets/briar.icns"))
appCategory = "public.app-category.social-networking"
bundleID = "org.briarproject.briar.desktop"
distributableArchive {
format = "zip"
arch = "arm64"
}
distributableArchive {
format = "zip"
arch = "x64"
}
}
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment