Skip to content

Commit

Permalink
Install to c:\openstudio (windows only)
Browse files Browse the repository at this point in the history
  • Loading branch information
evanweaver committed Feb 1, 2018
1 parent 50f5b28 commit 51f0ef1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install.qs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ Controller.prototype.ComponentSelectionPageCallback = function () {
}

Controller.prototype.TargetDirectoryPageCallback = function () {
var widget = gui.currentPageWidget();
widget.TargetDirectoryLineEdit.setText("c:\\openstudio")

This comment has been minimized.

Copy link
@nllong

nllong Mar 17, 2018

Member

look like this got ripped out in the last couple days. Was this on purpose?

This comment has been minimized.

Copy link
@macumber

macumber Mar 17, 2018

Contributor

I updated the file but didn’t see or remove that on purpose, feel free to re-add

This comment has been minimized.

Copy link
@nllong

nllong Mar 17, 2018

Member

It will probably trip up @evanweaver . I ended up just putting a copy of the file in my repo.

gui.clickButton(buttons.NextButton);
}

Expand Down

2 comments on commit 51f0ef1

@nrel-bot-3
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

develop (evanweaver) - x86_64-MacOS-10.10-clang: Build Failed

Build Badge Test Badge

@evanweaver
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks @nllong, that does break the ci.

Please sign in to comment.