We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent e2ca08b commit c653747Copy full SHA for c653747
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