mirror of https://github.com/odrling/Aegisub
Also convert sr_RS to sr_YU in the plist on OS X
This commit is contained in:
parent
4e723184a1
commit
f3f9d2c34d
|
@ -43,7 +43,7 @@ if ! test -f "tools/osx-bundle.sed"; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
find po -name *.po | sed 's/.*\/\(.*\)\.po/ <string>\1<\/string>/' > languages
|
||||
find po -name *.po | sed 's/.*\/\(.*\)\.po/ <string>\1<\/string>/; s/RS/YU/' > languages
|
||||
|
||||
find ${SKEL_DIR} -type f -not -regex ".*.svn.*"
|
||||
cp ${SKEL_DIR}/Contents/Resources/*.icns "${PKG_DIR}/Contents/Resources"
|
||||
|
|
Loading…
Reference in New Issue