diff options
| author | Francesco <francesco.bbt@gmail.com> | 2021-09-03 14:58:18 +0200 |
|---|---|---|
| committer | Francesco <francesco.bbt@gmail.com> | 2021-09-04 17:57:09 +0200 |
| commit | fdc8762241a1b93602e5d072db1a925c98eadc70 (patch) | |
| tree | 68c218fc86bc3c4ce17fc92e19ca236dea266d72 | |
| parent | 9e5df4e6608608678cfa57fa1738953e849a4cdd (diff) | |
| download | lite-xl-fdc8762241a1b93602e5d072db1a925c98eadc70.tar.gz lite-xl-fdc8762241a1b93602e5d072db1a925c98eadc70.zip | |
Revert "Update meson.build"
This reverts commit 8866a5dddfafc60adb7e322c58a239ded739be7f.
| -rw-r--r-- | meson.build | 8 | ||||
| -rw-r--r-- | resources/macos/Info.plist (renamed from resources/macos/Info.plist.in) | 2 |
2 files changed, 2 insertions, 8 deletions
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 index 54aca89e..921264a3 100644 --- a/resources/macos/Info.plist.in +++ b/resources/macos/Info.plist @@ -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> |
