Revert "Update meson.build"

This reverts commit 8866a5dddf.
This commit is contained in:
Francesco 2021-09-03 14:58:18 +02:00
parent 9e5df4e660
commit fdc8762241
2 changed files with 2 additions and 8 deletions

View File

@ -83,13 +83,7 @@ elif get_option('bundle') and host_machine.system() == 'darwin'
lite_docdir = 'Contents/Resources'
lite_datadir = 'Contents/Resources'
install_data('resources/icons/icon.icns', install_dir : 'Contents/Resources')
configure_file(
input : 'resources/macos/Info.plist.in',
output : 'Info.plist',
configuration : conf_data,
install : true,
install_dir : 'Contents'
)
install_data('resources/macos/Info.plist', install_dir : 'Contents')
else
lite_bindir = 'bin'
lite_docdir = 'share/doc/lite-xl'

View File

@ -31,7 +31,7 @@
<key>NSDownloadsFolderUsageDescription</key>
<string>To access, edit and index your projects.</string>
<key>CFBundleShortVersionString</key>
<string>@PROJECT_VERSION@</string>
<string>2.0.1</string>
<key>NSHumanReadableCopyright</key>
<string>© 2019-2021 Francesco Abbate</string>
</dict>