buildhelp.bat: Add missing popd
This commit is contained in:
parent
9e58714bb1
commit
b7501a1db0
|
@ -1,7 +1,10 @@
|
|||
@echo off
|
||||
|
||||
pushd %~dp0
|
||||
|
||||
if exist online-help.qhc del online-help.qhc
|
||||
if exist online-help.qch del online-help.qch
|
||||
|
||||
qcollectiongenerator online-help.qhcp -o online-help.qhc
|
||||
|
||||
popd
|
||||
|
|
Loading…
Reference in New Issue