We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cd7efa commit 61a0a1eCopy full SHA for 61a0a1e
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-nightly-%ARCH%
+set BUILDDIR=%CD%\build-%PACKAGE%-%ARCH%
33
34
if "%OSGEO4W_ROOT%"=="" (
35
if "%ARCH%"=="x86" (
ms-windows/osgeo4w/package.cmd
-set BUILDDIR=%CD%\build-%ARCH%
0 commit comments