mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-22 00:06:12 -05:00
Fix unset var in template install script
Pro Tip: Don't code on the train early in the morning
This commit is contained in:
parent
53e3f3bc2d
commit
b76bfdee7e
@ -6,8 +6,8 @@ IF NOT EXIST "%WIZARDS%" (
|
||||
mkdir "%WIZARDS%"
|
||||
)
|
||||
|
||||
IF NOT EXIST "%TEMPLATES%\qgis" (
|
||||
mklink /J "%TEMPLATES%\qgis" %CD%\templates\wizards\qgis
|
||||
IF NOT EXIST "%WIZARDS%\qgis" (
|
||||
mklink /J "%WIZARDS%\qgis" %CD%\templates\wizards\qgis
|
||||
)
|
||||
|
||||
IF NOT EXIST "%CODESTYLES%" (
|
||||
|
Loading…
x
Reference in New Issue
Block a user