From fdc8762241a1b93602e5d072db1a925c98eadc70 Mon Sep 17 00:00:00 2001 From: Francesco Date: Fri, 3 Sep 2021 14:58:18 +0200 Subject: [PATCH] Revert "Update meson.build" This reverts commit 8866a5dddfafc60adb7e322c58a239ded739be7f. --- meson.build | 8 +------- resources/macos/{Info.plist.in => Info.plist} | 2 +- 2 files changed, 2 insertions(+), 8 deletions(-) rename resources/macos/{Info.plist.in => Info.plist} (97%) 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