Update macOS copyright notice (#1815)
* resources: update copyright in info.plist * meson.build: dynamically generate current year "present" may be misleading. * resources/macos: remove unecessary newlines
This commit is contained in:
parent
a9d918901e
commit
646b43bd37
|
@ -192,6 +192,10 @@ elif get_option('bundle') and host_machine.system() == 'darwin'
|
|||
lite_bindir = 'Contents/MacOS'
|
||||
lite_docdir = 'Contents/Resources'
|
||||
lite_datadir = 'Contents/Resources'
|
||||
conf_data.set(
|
||||
'CURRENT_YEAR',
|
||||
run_command('date', '+%Y', capture: true).stdout().strip()
|
||||
)
|
||||
install_data('resources/icons/icon.icns', install_dir : 'Contents/Resources')
|
||||
configure_file(
|
||||
input : 'resources/macos/Info.plist.in',
|
||||
|
|
|
@ -27,7 +27,9 @@
|
|||
<key>CFBundleShortVersionString</key>
|
||||
<string>@PROJECT_VERSION@</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>© 2019-2022 Lite XL Team</string>
|
||||
<string>© 2020 rxi
|
||||
© 2020-2022 Francesco Abbate
|
||||
© 2022-@CURRENT_YEAR@ Lite XL Team</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
||||
|
|
Loading…
Reference in New Issue