Fix Shadow Line translation line endings

This commit is contained in:
Storm Dragon
2026-05-05 02:58:12 -04:00
parent 1f977bb1f4
commit 92745d8af8
3 changed files with 24 additions and 1 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ if [[ ! -f "${shadowLineInstallDir}/play_sr.exe" ]]; then
exit 1
fi
install -m 0644 "${cache}/language_en.dat" "${shadowLineInstallDir}/SystemData/language_en.dat"
install_crlf_file "${cache}/language_en.dat" "${shadowLineInstallDir}/SystemData/language_en.dat"
find "$shadowLineInstallDir" -type f -iname 'nvdaControllerClient32.dll' -exec cp -v "${cache}/nvdaControllerClient32.dll" "{}" \;
find "$shadowLineInstallDir" -type f -iname 'nvdaControllerClient64.dll' -exec cp -v "${cache}/nvdaControllerClient64.dll" "{}" \;