You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For this versions rpm packaging is automatically activated.
71
+
For this versions windows packaging is automatically activated.
71
72
See the :doc:`Getting Started </gettingstarted>` page for information
72
73
on how to enable sbt native packager.
73
74
74
75
Configuration
75
76
-------------
76
77
77
-
Settings and Tasks inherited from parent plugins can be scoped with ``Rpm``.
78
+
Settings and Tasks inherited from parent plugins can be scoped with ``Universal``.
78
79
79
80
.. code-block:: scala
80
81
81
-
linuxPackageMappings in Rpm := linuxPackageMappings.value
82
+
mappings in Windows := (mappings in Universal).value
82
83
83
84
Now, let's look at the full set of windows settings.
84
85
@@ -155,8 +156,8 @@ Customize
155
156
Feature configuration
156
157
~~~~~~~~~~~~~~~~~~~~~
157
158
158
-
The abstraction over wix allows you to configure "features" that users may optionally install. These feature are higher level things, like a set of files or menu links.
159
-
The currently supported components of features are:
159
+
The abstraction over wix allows you to configure "features" that users may optionally install. These feature are higher level things,
160
+
like a set of files or menu links. The currently supported components of features are:
0 commit comments