mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 23:38:38 +09:00
Apply libjar improvements.
This commit is contained in:
parent
2ea35bab40
commit
32c50fd018
2 changed files with 7 additions and 0 deletions
|
|
@ -66,3 +66,9 @@ if test "$OS_ARCH" = "WINNT" -o \
|
|||
"$OS_ARCH" = "Darwin"; then
|
||||
MOZ_CAN_DRAW_IN_TITLEBAR=1
|
||||
fi
|
||||
|
||||
# Set the chrome packing format
|
||||
# Possible values are omni, jar, and flat
|
||||
# Currently, only omni and flat are supported
|
||||
MOZ_CHROME_FILE_FORMAT=omni
|
||||
JAR_COMPRESSION=brotli
|
||||
|
|
|
|||
|
|
@ -93,6 +93,7 @@ fi
|
|||
# Possible values are omni, jar, and flat
|
||||
# Currently, only omni and flat are supported
|
||||
MOZ_CHROME_FILE_FORMAT=omni
|
||||
JAR_COMPRESSION=brotli
|
||||
|
||||
# Set the default top-level extensions
|
||||
MOZ_EXTENSIONS_DEFAULT=" gio"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue