From 1c5b18dc1659f25b49d954250ba1b209038ba800 Mon Sep 17 00:00:00 2001 From: RemixDev Date: Sat, 29 May 2021 20:53:11 +0200 Subject: [PATCH] Fixed windows nsis build script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5096e73..01f9d35 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "nsis": { "artifactName": "${productName}_setup.${ext}", "oneClick": false, - "license": "LICENSE", + "license": "LICENSE.txt", "allowToChangeInstallationDirectory": true, "uninstallDisplayName": "${productName}", "deleteAppDataOnUninstall": true