Skip to content

Commit

Permalink
print copied dlls
Browse files Browse the repository at this point in the history
  • Loading branch information
streetpea committed Jan 13, 2025
1 parent a5b010f commit 1c70280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-msys2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
cp tmp0.txt tmp.txt
rm tmp0.txt
sort -u tmp.txt -o tmp.txt
ldd $(<tmp.txt) | grep -v ":" | cut -d " " -f3 | grep -iv "system32" | xargs -d $'\n' sh -c 'for arg do echo "$arg" >> tmp0.txt; cp "$arg" chiaki-ng-Win/; done'
ldd $(<tmp.txt) | grep -v ":" | cut -d " " -f3 | grep -iv "system32" | xargs -d $'\n' sh -c 'for arg do echo "$arg" >> tmp0.txt; echo "Copied $arg"; cp "$arg" chiaki-ng-Win/; done'
done
windeployqt6.exe --no-translations --qmldir=$PWD/gui/src/qml --release chiaki-ng-Win/chiaki.exe
Expand Down

0 comments on commit 1c70280

Please sign in to comment.