mirror of https://github.com/odrling/Aegisub
Fix the path to the desktop file in make_pot.sh
This commit is contained in:
parent
dab67c6267
commit
481f9e42a7
|
@ -41,7 +41,7 @@ find ../automation -name *.lua \
|
||||||
|
|
||||||
for i in 'Name' 'GenericName' 'Comment'
|
for i in 'Name' 'GenericName' 'Comment'
|
||||||
do
|
do
|
||||||
grep ^_$i -n ../desktop/aegisub.desktop.template.in \
|
grep ^_$i -n ../packages/desktop/aegisub.desktop.template.in \
|
||||||
| sed 's/\([0-9]\+\):[^=]\+=\(.*\)$/aegisub.desktop|\1|"\2"/' \
|
| sed 's/\([0-9]\+\):[^=]\+=\(.*\)$/aegisub.desktop|\1|"\2"/' \
|
||||||
| maybe_append
|
| maybe_append
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in New Issue