Skip to content

Commit

Permalink
Fix GUI post build copy step
Browse files Browse the repository at this point in the history
  • Loading branch information
bjelich committed Jul 28, 2022
1 parent 59a9707 commit 5fada91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/util/windows/copy_post_build_gui.bat
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ IF NOT [%QT_LIB_DIR%]==[] (

rem Copy automation files/folders.
IF DEFINED AUTOMATION (
XCopy /r /e /d /y "..\..\..\..\RGA-Internal\tests\data" "%OUTPUT_DIR%\data\"
XCopy /r /d /y "..\..\..\..\RGA-Internal\tests_gui\run.py" "%OUTPUT_DIR%\"
powershell expand-archive -Path "..\..\..\..\rga_internal_utils\tests\rga_gui_test_data.zip" -DestinationPath "%OUTPUT_DIR%\"
XCopy /r /d /y "..\..\..\..\rga_internal_utils\tests_gui\run.py" "%OUTPUT_DIR%\"
)

rem Copy the Radeon Tools Download Assistant.
Expand Down

0 comments on commit 5fada91

Please sign in to comment.