File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Background-Terminal-Setup Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 44 <?define ProductName = " Background Terminal (64 bit)" ?>
55 <?define Win 64 = " yes" ?>
66 <?define PlatformProgramFilesFolder = " ProgramFiles64Folder" ?>
7- <?define ReleaseExecutablePath = " ../Background-Terminal/bin/Release/netcoreapp3.1/win-x64/publish /Background-Terminal.exe" ?>
7+ <?define ReleaseExecutablePath = " ../Background-Terminal/bin/Release/netcoreapp3.1/publish/ win-x64/Background-Terminal.exe" ?>
88 <?else ?>
99 <?define ProductName = " Background Terminal" ?>
1010 <?define Win 64 = " no" ?>
1111 <?define PlatformProgramFilesFolder = " ProgramFilesFolder" ?>
12- <?define ReleaseExecutablePath = " ../Background-Terminal/bin/Release/netcoreapp3.1/win-x86/publish /Background-Terminal.exe" ?>
12+ <?define ReleaseExecutablePath = " ../Background-Terminal/bin/Release/netcoreapp3.1/publish/ win-x86/Background-Terminal.exe" ?>
1313 <?endif ?>
1414</Include >
You can’t perform that action at this time.
0 commit comments