mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
osgeo4w: also fix quoting in qgis-dev postinstall (followup e4dd900)
This commit is contained in:
parent
caa7d5b01e
commit
e8d4732f41
@ -16,7 +16,7 @@ set OSGEO4W_ROOT=%O4W_ROOT%
|
||||
REM Do not register extensions if release is installed
|
||||
if not exist "%O4W_ROOT%\apps\qgis\bin\qgis.reg" nircmd elevate "%WINDIR%\regedit" /s "%O4W_ROOT%\apps\@package@\bin\qgis.reg"
|
||||
|
||||
call "%OSGEO4W_ROOT%"\bin\o4w_env.bat
|
||||
call "%OSGEO4W_ROOT%\bin\o4w_env.bat"
|
||||
path %PATH%;%OSGEO4W_ROOT%\apps\@package@\bin
|
||||
set QGIS_PREFIX_PATH=%OSGEO4W_ROOT:\=/%/apps/@package@
|
||||
"%OSGEO4W_ROOT%"\apps\@package@\crssync
|
||||
"%OSGEO4W_ROOT%\apps\@package@\crssync"
|
||||
|
@ -341,7 +341,6 @@ class BatchProcessingDialog(AlgorithmExecutionDialog):
|
||||
item.setCurrentIndex(0)
|
||||
self.table.setCellWidget(self.table.rowCount() - 1, i, item)
|
||||
|
||||
|
||||
def showAdvancedParametersClicked(self):
|
||||
self.showAdvanced = not self.showAdvanced
|
||||
if self.showAdvanced:
|
||||
|
Loading…
x
Reference in New Issue
Block a user