feat: 完成 v0.6.0 墨呈品牌迁移

This commit is contained in:
SkyJourney
2026-08-02 10:09:14 +08:00
parent 58f87cc19f
commit 9a2aa3c341
39 changed files with 451 additions and 81 deletions
+4 -4
View File
@@ -31,12 +31,12 @@ SetCompressorDictSize 64
!define MANAGER_ROOT "$LOCALAPPDATA\md-to-pdf\font-pack-installers"
!endif
Name "Markdown PDF 导出器字体包 - ${PACK_NAME}"
Name "墨呈字体包 - ${PACK_NAME}"
OutFile "${OUTPUT_FILE}"
InstallDir "${MANAGER_ROOT}\${PACK_ID}"
ShowInstDetails show
ShowUninstDetails show
BrandingText "Markdown PDF 导出器"
BrandingText "墨呈"
!ifdef ICON_FILE
Icon "${ICON_FILE}"
@@ -55,7 +55,7 @@ BrandingText "Markdown PDF 导出器"
!insertmacro MUI_LANGUAGE "SimpChinese"
VIProductVersion "1.0.0.0"
VIAddVersionKey /LANG=${LANG_SIMPCHINESE} "ProductName" "Markdown PDF 导出器字体包"
VIAddVersionKey /LANG=${LANG_SIMPCHINESE} "ProductName" "墨呈字体包"
VIAddVersionKey /LANG=${LANG_SIMPCHINESE} "FileDescription" "${PACK_NAME}"
VIAddVersionKey /LANG=${LANG_SIMPCHINESE} "FileVersion" "${PACK_VERSION}"
VIAddVersionKey /LANG=${LANG_SIMPCHINESE} "LegalCopyright" "Copyright © YIXIONG Tech.ltd"
@@ -96,7 +96,7 @@ Section "安装字体包" SEC_FONT_PACK
FileClose $R3
!ifdef REGISTER_UNINSTALL
WriteRegStr HKCU "Software\Microsoft\Windows\CurrentVersion\Uninstall\md-to-pdf-font-pack-${PACK_ID}" "DisplayName" "Markdown PDF 导出器字体包 - ${PACK_NAME}"
WriteRegStr HKCU "Software\Microsoft\Windows\CurrentVersion\Uninstall\md-to-pdf-font-pack-${PACK_ID}" "DisplayName" "墨呈字体包 - ${PACK_NAME}"
WriteRegStr HKCU "Software\Microsoft\Windows\CurrentVersion\Uninstall\md-to-pdf-font-pack-${PACK_ID}" "DisplayVersion" "${PACK_VERSION}"
WriteRegStr HKCU "Software\Microsoft\Windows\CurrentVersion\Uninstall\md-to-pdf-font-pack-${PACK_ID}" "Publisher" "YIXIONG Tech.ltd"
WriteRegStr HKCU "Software\Microsoft\Windows\CurrentVersion\Uninstall\md-to-pdf-font-pack-${PACK_ID}" "InstallLocation" "$INSTDIR"