Skip to content

Commit 2199ab9

Browse files
committed
WIP
1 parent a98bbb7 commit 2199ab9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build/helpers/probackup_installer.cmd

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ IF %PRODUCT_NAME% == "" (
2626

2727

2828
rm -rf %BUILD_DIR%\pg_probackup\installer || GOTO :ERROR
29-
cp -av %ROOT%\wix\pg_probackup\* %BUILD_DIR%\pg_probackup\installer || GOTO :ERROR
29+
30+
CD /D %ROOT%\wix
31+
cp -av pg_probackup/* %BUILD_DIR%\pg_probackup\installer || GOTO :ERROR
3032
CD /D %BUILD_DIR%\pg_probackup\installer || GOTO :ERROR
3133

3234
echo.

0 commit comments

Comments
 (0)