Commit b65faca 1 parent e23ce58 commit b65faca Copy full SHA for b65faca
File tree 1 file changed +0
-6
lines changed
1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -64,12 +64,6 @@ class Build : NukeBuild
64
64
65
65
AbsolutePath SetupDirectory => BinDirectory / "SetupFiles" ;
66
66
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
-
73
67
AbsolutePath InnoSetupScript => SourceDirectory / "setup" / "LogExpertInstaller.iss" ;
74
68
75
69
string SetupCommandLineParameter => $ "/dAppVersion=\" { VersionString } \" /O\" { BinDirectory } \" /F\" LogExpert-Setup-{ VersionString } \" ";
You can’t perform that action at this time.
0 commit comments