Skip to content

Commit b65faca

Browse files
committed
removed unused Properties
1 parent e23ce58 commit b65faca

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

build/Build.cs

-6
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,6 @@ class Build : NukeBuild
6464

6565
AbsolutePath SetupDirectory => BinDirectory / "SetupFiles";
6666

67-
AbsolutePath InnoSetupProgramFiles => (AbsolutePath) SpecialFolder(SpecialFolders.ProgramFilesX86) / "Inno Setup 6\\iscc.exe";
68-
69-
AbsolutePath InnoSetup5ProgramFiles => (AbsolutePath) SpecialFolder(SpecialFolders.ProgramFilesX86) / "Inno Setup 5\\iscc.exe";
70-
71-
AbsolutePath InnoSetupLocalApplication => (AbsolutePath) SpecialFolder(SpecialFolders.LocalApplicationData) / "Programs\\Inno Setup 6\\iscc.exe";
72-
7367
AbsolutePath InnoSetupScript => SourceDirectory / "setup" / "LogExpertInstaller.iss";
7468

7569
string SetupCommandLineParameter => $"/dAppVersion=\"{VersionString}\" /O\"{BinDirectory}\" /F\"LogExpert-Setup-{VersionString}\"";

0 commit comments

Comments
 (0)