mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
Update string extraction for desktop file
This commit is contained in:
parent
067450e04a
commit
6e12297313
@ -41,7 +41,7 @@ find ../automation -name *.lua \
|
||||
|
||||
for i in 'Name' 'GenericName' 'Comment'
|
||||
do
|
||||
grep ^$i -n ../desktop/aegisub.desktop.in \
|
||||
grep ^_$i -n ../desktop/aegisub.desktop.template.in \
|
||||
| sed 's/\([0-9]\+\):[^=]\+=\(.*\)$/aegisub.desktop|\1|"\2"/' \
|
||||
| maybe_append
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user