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
Copy file name to clipboardExpand all lines: src/bld/winCfg.js
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,8 @@ import { log } from "../log.js";
7
7
8
8
/**
9
9
* @typedef {object} WinRc Windows configuration options
10
+
* @property {string} name The name of the application
11
+
* @property {string} version The version of the application
10
12
* @property {string} comments Additional information that should be displayed for diagnostic purposes.
11
13
* @property {string} company Company that produced the file—for example, Microsoft Corporation or Standard Microsystems Corporation, Inc. This string is required.
12
14
* @property {string} fileDescription File description to be presented to users. This string may be displayed in a list box when the user is choosing files to install. For example, Keyboard Driver for AT-Style Keyboards. This string is required.
0 commit comments