fix: remove symbolic fonts in default sys fonts list (#301)

* chore: fix script for appstore release

* fix: remove symbolic fonts in default sys fonts list
This commit is contained in:
Huang Xin
2025-02-06 11:32:56 +01:00
committed by GitHub
parent cebe8812d3
commit 4121195fd3
2 changed files with 1 additions and 6 deletions
@@ -1,6 +1,6 @@
pnpm run build-macos-universial-appstore
BUNDLE_DIR=src-tauri/target/universal-apple-darwin/release/bundle/macos
BUNDLE_DIR=../../target/universal-apple-darwin/release/bundle/macos
APP_BUNDLE=$BUNDLE_DIR/Readest.app
INSTALLER_BUNDLE=$BUNDLE_DIR/Readest.pkg
@@ -175,13 +175,10 @@ export const WINDOWS_FONTS = [
'SimSun-ExtB',
'Sitka',
'Sylfaen',
'Symbol',
'Tahoma',
'Times New Roman',
'Trebuchet MS',
'Verdana',
'Webdings',
'Wingdings',
'XiHeiti',
'Yu Gothic',
'Yu Mincho',
@@ -309,11 +306,9 @@ export const LINUX_FONTS = [
'Sazanami Mincho',
'Source Han Sans',
'Source Han Serif',
'Symbola',
'Times New Roman',
'Ubuntu',
'Ubuntu Mono',
'Wingdings',
'WenQuanYi Micro Hei',
'WenQuanYi Zen Hei',
'XiHeiti',