Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
sunderme committed Jul 10, 2023
1 parent 2962efd commit 9b698c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/package_msys.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ cd ..
echo "copy directories"
mkdir -p ./package-zip/translations
cp -r ../translation/texstudio*.qm ./package-zip/translations
cp -r /mingw64/share/qt6/translations/qt_*.qm ./package-zip/translations
cp -r $MSYSTEM_PREFIX/share/qt6/translations/qt_*.qm ./package-zip/translations
cp -r ../templates package-zip
mkdir -p ./package-zip/help
cp -r ../utilities/manual/build package-zip/help
Expand Down

0 comments on commit 9b698c3

Please sign in to comment.