[mv3] Use Safari-specific toolbar icon only for safari platform

This commit is contained in:
Raymond Hill 2025-08-13 12:55:46 -04:00
parent 5beca43c69
commit 7d4e016297
No known key found for this signature in database
GPG key ID: 25E1490B761470C2
2 changed files with 1 additions and 0 deletions

View file

Before

Width:  |  Height:  |  Size: 762 B

After

Width:  |  Height:  |  Size: 762 B

View file

@ -102,6 +102,7 @@ cp platform/mv3/extension/css/* "$UBOL_DIR"/css/
cp -R platform/mv3/extension/js/* "$UBOL_DIR"/js/
cp platform/mv3/"$PLATFORM"/ext-compat.js "$UBOL_DIR"/js/ 2>/dev/null || :
cp platform/mv3/extension/img/* "$UBOL_DIR"/img/
cp platform/mv3/"$PLATFORM"/img/* "$UBOL_DIR"/img/ 2>/dev/null || :
cp -R platform/mv3/extension/_locales "$UBOL_DIR"/
cp platform/mv3/README.md "$UBOL_DIR/"