From 3fb32e1a97b20b12a3f4030b90cec78f97d53f81 Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Sat, 2 Jan 2021 13:15:27 +0100 Subject: [PATCH] allow changing installation path - fixes #3267 --- electron-builder.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/electron-builder.yml b/electron-builder.yml index 60e12904..b964caf1 100644 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -41,6 +41,7 @@ nsis: oneClick: false artifactName: terminus-${version}-setup.${ext} installerIcon: "./build/windows/icon.ico" + allowToChangeInstallationDirectory: true mac: category: public.app-category.video