Skip to content

Commit 39b2e49

Browse files
committed
Add EULA to Windows interactive installer
Reference: https://www.electron.build/configuration/nsis#NsisOptions-license
1 parent 138afbf commit 39b2e49

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

electron/build/resources/eula.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Terms of Service
2+
3+
By downloading the software from this page, you agree to the specified terms.
4+
5+
The Arduino software is provided to you "as is" and we make no express or implied warranties whatsoever with respect to its functionality, operability, or use, including, without limitation, any implied warranties of merchantability, fitness for a particular purpose, or infringement. We expressly disclaim any liability whatsoever for any direct, indirect, consequential, incidental or special damages, including, without limitation, lost revenues, lost profits, losses resulting from business interruption or loss of data, regardless of the form of action or legal theory under which the liability may be asserted, even if advised of the possibility or likelihood of such damages.

electron/build/template-package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,8 @@
105105
"uninstallerIcon": "resources/icon.ico",
106106
"installerSidebar": "resources/installerSidebar.bmp",
107107
"uninstallerSidebar": "resources/installerSidebar.bmp",
108-
"allowToChangeInstallationDirectory": true
108+
"allowToChangeInstallationDirectory": true,
109+
"license": "resources/eula.txt"
109110
},
110111
"dmg": {
111112
"icon": "resources/icon.icns",

0 commit comments

Comments
 (0)