parent
9e5df4e660
commit
fdc8762241
|
@ -83,13 +83,7 @@ elif get_option('bundle') and host_machine.system() == 'darwin'
|
||||||
lite_docdir = 'Contents/Resources'
|
lite_docdir = 'Contents/Resources'
|
||||||
lite_datadir = 'Contents/Resources'
|
lite_datadir = 'Contents/Resources'
|
||||||
install_data('resources/icons/icon.icns', install_dir : 'Contents/Resources')
|
install_data('resources/icons/icon.icns', install_dir : 'Contents/Resources')
|
||||||
configure_file(
|
install_data('resources/macos/Info.plist', install_dir : 'Contents')
|
||||||
input : 'resources/macos/Info.plist.in',
|
|
||||||
output : 'Info.plist',
|
|
||||||
configuration : conf_data,
|
|
||||||
install : true,
|
|
||||||
install_dir : 'Contents'
|
|
||||||
)
|
|
||||||
else
|
else
|
||||||
lite_bindir = 'bin'
|
lite_bindir = 'bin'
|
||||||
lite_docdir = 'share/doc/lite-xl'
|
lite_docdir = 'share/doc/lite-xl'
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
<key>NSDownloadsFolderUsageDescription</key>
|
<key>NSDownloadsFolderUsageDescription</key>
|
||||||
<string>To access, edit and index your projects.</string>
|
<string>To access, edit and index your projects.</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>@PROJECT_VERSION@</string>
|
<string>2.0.1</string>
|
||||||
<key>NSHumanReadableCopyright</key>
|
<key>NSHumanReadableCopyright</key>
|
||||||
<string>© 2019-2021 Francesco Abbate</string>
|
<string>© 2019-2021 Francesco Abbate</string>
|
||||||
</dict>
|
</dict>
|
Loading…
Reference in New Issue