From 96404e5f70cef6b6926cec055092c075534f1e31 Mon Sep 17 00:00:00 2001 From: Jeremy Drake Date: Wed, 9 Jun 2021 16:01:20 -0700 Subject: [PATCH] provide explicit GUID for Windows Terminal profile This allows user-customizations of the profile to continue to refer to the profile even if its name or directory should change. Signed-off-by: Jeremy Drake --- installer/install.iss | 1 + 1 file changed, 1 insertion(+) diff --git a/installer/install.iss b/installer/install.iss index 8853fd7d18..320d2428cd 100644 --- a/installer/install.iss +++ b/installer/install.iss @@ -2771,6 +2771,7 @@ begin '{'+ ' "profiles": ['+ ' {'+ + ' "guid": "{2ece5bfe-50ed-5f3a-ab87-5cd4baafed2b}",'+ ' "name": "Git Bash",'+ ' "commandline": "'+AppPath+'/bin/bash.exe -i -l",'+ ' "icon": "'+AppPath+'/{#MINGW_BITNESS}/share/git/git-for-windows.ico",'+