Skip to content

Commit

Permalink
Apply directory to helpers too
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonrclark committed May 2, 2017
1 parent ae24868 commit 94d73d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions base/app.bat
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ if %ERRORLEVEL%==9009 (
echo No system Java found. Downloading and installing a Shoes copy.
md "%USERPROFILE%\.shoes"

helpers\wget --no-check-certificate https://github.com/jasonrclark/windows-app-templates/releases/download/jdk1.8.0_121/jdk.zip -O %USERPROFILE%\.shoes\jdk.zip
helpers\unzip %USERPROFILE%\.shoes\jdk.zip -d %USERPROFILE%\.shoes
%~dp0\helpers\wget --no-check-certificate https://github.com/jasonrclark/windows-app-templates/releases/download/jdk1.8.0_121/jdk.zip -O %USERPROFILE%\.shoes\jdk.zip
%~dp0\helpers\unzip %USERPROFILE%\.shoes\jdk.zip -d %USERPROFILE%\.shoes
)

set PATH=%USERPROFILE%\.shoes\jdk\bin;%PATH%
Expand Down

0 comments on commit 94d73d8

Please sign in to comment.