mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-06 02:30:54 -08:00
Add: Installer - Proton-Style
This commit is contained in:
parent
43fa950090
commit
10f349b44b
1 changed files with 4 additions and 3 deletions
|
|
@ -439,10 +439,11 @@ select_profile() {
|
|||
#== Install Types ==============================================================
|
||||
leptonBranch="master"
|
||||
select_distribution() {
|
||||
select distribution in "Original(default)" "Photon-Style"; do
|
||||
select distribution in "Original(default)" "Photon-Style" "Proton Style"; do
|
||||
case "${distribution}" in
|
||||
"Original") leptonBranch="master" ;;
|
||||
"Photon-Style") leptonBranch="photon-style" ;;
|
||||
"Proton-Style") leptonBranch="proton-style" ;;
|
||||
esac
|
||||
lepton_ok_message "Selected ${distribution}"
|
||||
break
|
||||
|
|
@ -581,13 +582,13 @@ install_profile() {
|
|||
## `LEPTON` file format
|
||||
# If this file exist in same directory as the `userChrome.css` file,
|
||||
# it is recognized as the "Lepton" installation directory.
|
||||
# Branch=master | photon-style
|
||||
# Branch=master | photon-style | proton-style
|
||||
# Ver=<git tag> | <git hash> | [NULL]
|
||||
|
||||
## `lepton.ini` file Format
|
||||
# [Profile Name]
|
||||
# Type=Local | Release | Git
|
||||
# Branch=master | photon-style
|
||||
# Branch=master | photon-style | proton-style
|
||||
# Ver=<git tag> | <git hash> | [NULL]
|
||||
# Path=<Full PATH>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue