mirror of https://github.com/odrling/Aegisub
Don't version-suffix the fontconfig cache path
Everything else is put in ~/Library/Application Support/Aegisub/, so put the fontconfig cache there as well instead of ~/Library/Application Support/Aegisub-3.0/ Originally committed to SVN as r6813.
This commit is contained in:
parent
015d533556
commit
7c203dd750
|
@ -72,7 +72,7 @@
|
|||
|
||||
<!-- Font cache directory list -->
|
||||
|
||||
<cachedir>~/Library/Application Support/Aegisub-@FONTCONFIG_VERSION_DATA@/font_cache</cachedir>
|
||||
<cachedir>~/Library/Application Support/Aegisub/font_cache</cachedir>
|
||||
|
||||
|
||||
<config>
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
s/@PLIST_VERSION@/@VERSION@/g
|
||||
s/@PLIST_SVN_REVISION@/@SVN_REVISION@/g
|
||||
s/@PLIST_BUILD_DATE@/@BUILD_DATE@/g
|
||||
s/@FONTCONFIG_VERSION_DATA@/@AEGISUB_VERSION_DATA@/g
|
||||
s/@PKG_DMG_STRING@/@DMG_STRING@/
|
||||
s/@PKG_BUNDLE_STRING@/@BUNDLE_STRING@/
|
||||
|
|
Loading…
Reference in New Issue