Skip to content

Commit

Permalink
Merge pull request #1624 from yugangw-msft/installer
Browse files Browse the repository at this point in the history
fix installer issues in mac and windows
  • Loading branch information
amarzavery committed Mar 10, 2015
2 parents b3a59c6 + a93a0c5 commit ac2d98e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tools/osx-setup/scripts/createTarball.sh
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ popd
pushd /tmp/azureInstallerTemporary
node node_modules/streamline/bin/_node --verbose -c lib
node node_modules/streamline/bin/_node --verbose -c node_modules/streamline/lib/streams
node node_modules/streamline/bin/_node --verbose -c node_modules/streamline-streams/lib
popd

# Copy licensing files
Expand Down
1 change: 1 addition & 0 deletions tools/windows/scripts/prepareRepoClone.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ echo Compiling streamline files...
pushd %TEMP_REPO%
.\bin\node.exe node_modules\streamline\bin\_node --verbose -c lib
.\bin\node.exe node_modules\streamline\bin\_node --verbose -c node_modules\streamline\lib\streams
.\bin\node.exe node_modules\streamline\bin\_node --verbose -c node_modules\streamline-streams\lib
popd

echo Removing unneeded files from azure module...
Expand Down

0 comments on commit ac2d98e

Please sign in to comment.