using state.subdir will cause / or \ to be inserted into the target name. Replace them with @ to future-proof it. Signed-off-by: Marty E. Plummer <hanetzer@startmail.com>pull/4336/head
parent
2ff69b20df
commit
8fd5297f76
5 changed files with 19 additions and 1 deletions
@ -0,0 +1,9 @@ |
||||
# Use filename substitution |
||||
i18n.merge_file( |
||||
input: 'test.desktop.in', |
||||
output: 'test4.desktop', |
||||
type: 'desktop', |
||||
po_dir: '../../po', |
||||
install: true, |
||||
install_dir: join_paths(get_option('datadir'), 'applications') |
||||
) |
@ -0,0 +1,6 @@ |
||||
[Desktop Entry] |
||||
Name=Test |
||||
GenericName=Application |
||||
Comment=Test Application |
||||
Type=Application |
||||
|
Loading…
Reference in new issue