We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21d9529 commit 04136a6Copy full SHA for 04136a6
postgresql_build.cmd
@@ -257,7 +257,7 @@ MKDIR "c:\pg\distr_%ARCH%_%PGVER%\pgadmin" "c:\pg\distr_%ARCH%_%PGVER%\pgadmin\b
257
cp -va pgadmin/Release*/*.exe "c:\pg\distr_%ARCH%_%PGVER%\pgadmin\bin" || GOTO :ERROR
258
cp -va i18n "c:\pg\distr_%ARCH%_%PGVER%\pgadmin\bin" || GOTO :ERROR
259
cp -va c:/pg/distr_%ARCH%_%PGVER%/postgresql/bin/*.dll "c:\pg\distr_%ARCH%_%PGVER%\pgadmin\bin" || GOTO :ERROR
260
-cp -va c:/pg/wxwidgets/lib/vc_*dll/*.dll "c:\pg\distr_%ARCH%_%PGVER%\pgadmin\bin" || GOTO :ERROR
+cp -va c:/pg/wxwidgets/lib/vc_dll/*.dll "c:\pg\distr_%ARCH%_%PGVER%\pgadmin\bin" || GOTO :ERROR
261
262
263
GOTO :DONE
0 commit comments