chore: fix font not loading issue, fix about menu item, fix padding for preferences modal

This commit is contained in:
lohxt1
2025-03-18 21:18:41 +05:30
committed by Anoop M D
parent a7cf24278e
commit 98bd997665
4 changed files with 196 additions and 11 deletions

View File

@@ -16,6 +16,8 @@ cp -r packages/bruno-app/dist/* packages/bruno-electron/web
# Change paths in next
sed -i'' -e 's@/static/@static/@g' packages/bruno-electron/web/**.html
sed -i'' -e 's@/static/font@../../static/font@g' packages/bruno-electron/web/static/css/**.**.css
# Remove sourcemaps
find packages/bruno-electron/web -name '*.map' -type f -delete