diff --git a/docs/packaging/Packaging using CMake.rst b/docs/packaging/Packaging using CMake.rst index 9af1158..b698352 100644 --- a/docs/packaging/Packaging using CMake.rst +++ b/docs/packaging/Packaging using CMake.rst @@ -37,3 +37,10 @@ A *.exe* installer for synfig can be made by using the following code. $ cpack -G NSIS +OSX +--- + +A *.dmg* package for Synfig can be made by using the following code. + +.. code:: bash + $ cpack -G DragNDrop