From a10c7cc53010c14676cefe97a410b974875d116b Mon Sep 17 00:00:00 2001 From: Maikiwi Date: Sat, 22 Jan 2022 20:55:08 -0800 Subject: [PATCH] Cider EULA --- EULA.txt | 6 ++++++ package.json | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 EULA.txt diff --git a/EULA.txt b/EULA.txt new file mode 100644 index 00000000..90ba031a --- /dev/null +++ b/EULA.txt @@ -0,0 +1,6 @@ +Cider EULA +You hereby automatically agree with the following terms by installing this software. + +- Declare mizuhara as your only waifu +- ur a loser like kazuya +- you promise not to say your mom jokes in the discord \ No newline at end of file diff --git a/package.json b/package.json index 70ae80f4..a1d9a3c2 100644 --- a/package.json +++ b/package.json @@ -131,6 +131,12 @@ "backgroundColor": "transparent", "setBuildNumber": true }, + "nsis": { + "oneClick": false, + "perMachine": false, + "allowToChangeInstallationDirectory": true, + "license": "EULA.txt" + }, "win": { "target": [ "nsis"