diff --git a/meson.build b/meson.build index 7e9b4ab1..3d5f9da9 100644 --- a/meson.build +++ b/meson.build @@ -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' diff --git a/resources/macos/Info.plist.in b/resources/macos/Info.plist similarity index 97% rename from resources/macos/Info.plist.in rename to resources/macos/Info.plist index 54aca89e..921264a3 100644 --- a/resources/macos/Info.plist.in +++ b/resources/macos/Info.plist @@ -31,7 +31,7 @@ NSDownloadsFolderUsageDescription To access, edit and index your projects. CFBundleShortVersionString - @PROJECT_VERSION@ + 2.0.1 NSHumanReadableCopyright © 2019-2021 Francesco Abbate