We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0c281e commit 90662d5Copy full SHA for 90662d5
ms-windows/osgeo4w/package-nightly.cmd
@@ -29,7 +29,7 @@ if "%ARCH%"=="" goto usage
29
if not "%SHA%"=="" set SHA=-%SHA%
30
if "%SITE%"=="" set SITE=qgis.org
31
32
-set BUILDDIR=%CD%\build-%PACKAGE%-%ARCH%
+set BUILDDIR=%CD%\build-%PACKAGENAME%-%ARCH%
33
34
if "%OSGEO4W_ROOT%"=="" (
35
if "%ARCH%"=="x86" (
ms-windows/osgeo4w/package.cmd
0 commit comments