Update soh path for z64 branch

This check will fail on Windows before it gets merged btw
This commit is contained in:
sholdee 2022-05-15 14:35:21 -05:00 committed by GitHub
commit 0b4f82f9d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -52,7 +52,7 @@ pipeline {
cd "..\\..\\" cd "..\\..\\"
move "soh\\Release\\soh.exe" ".\\" move "soh\\x64\\Release\\soh.exe" ".\\"
move "OTRGui\\build\\assets" ".\\" move "OTRGui\\build\\assets" ".\\"
move ".\\OTRExporter\\x64\\Release\\ZAPD.exe" ".\\assets\\extractor\\" move ".\\OTRExporter\\x64\\Release\\ZAPD.exe" ".\\assets\\extractor\\"
move ".\\OTRGui\\build\\Release\\OTRGui.exe" ".\\" move ".\\OTRGui\\build\\Release\\OTRGui.exe" ".\\"