Skip to content

Commit

Permalink
makexpi.bat: zip.exe was not found in current folder because it was n…
Browse files Browse the repository at this point in the history
…ot on PATH after pushd.
  • Loading branch information
Florian H�ch committed Nov 10, 2011
1 parent dae0ca8 commit 7f691e9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions makexpi.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

zip > nul 2>&1 || (
echo Get zip.exe ^(http://stahlworks.com/dev/index.php?tool=zipunzip^) and add to PATH / copy to same directory
pause
goto :EOF
)

Expand All @@ -18,6 +19,8 @@ xcopy /E /I modules build\modules

zip -r build\bartab.jar content locale

path %~dp0;%PATH%

pushd build
zip -r ..\release.xpi *
popd

0 comments on commit 7f691e9

Please sign in to comment.