forked from akai/readest
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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user