Skip to content

Commit

Permalink
Update Rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewSteen authored May 26, 2023
1 parent 6b2feb2 commit 9ba0720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ task :build_installer do
staging_dir = File.join(root_dir, 'installer_staging')
os_install_dir = 'C:\openstudio-3.4.0'
openstudio_cli = File.join(os_install_dir, 'bin', 'openstudio.exe')
energyplus_dir = 'C:\EnergyPlusV22-1-0-no-python'
energyplus_dir = 'C:\EnergyPlusV22-1-0-revit'

unless File.exists?(os_install_dir)
puts "#{os_install_dir} does not exist"
Expand Down

0 comments on commit 9ba0720

Please sign in to comment.