mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-05 18:20:44 -08:00
Fix: Intaller - RFC update to need [Info] section
This commit is contained in:
parent
c688cdb90b
commit
6837051e4e
3 changed files with 3 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -27,7 +27,7 @@ jobs:
|
|||
BRANCH=${{ matrix.branch }}
|
||||
TAGVER=${GITHUB_REF#refs/*/}
|
||||
|
||||
echo -e "Ver=${TAGVER}\nBranch=${BRANCH}" > LEPTON
|
||||
echo -e "\[Info\]\nVer=${TAGVER}\nBranch=${BRANCH}" > LEPTON
|
||||
|
||||
- name: Release Structure
|
||||
run: |
|
||||
|
|
|
|||
1
LEPTON
1
LEPTON
|
|
@ -1 +1,2 @@
|
|||
[Info]
|
||||
Branch=master
|
||||
|
|
|
|||
|
|
@ -442,6 +442,7 @@ select_profile() {
|
|||
## `LEPTON` file format
|
||||
# If this file exist in same directory as the `userChrome.css` file,
|
||||
# it is recognized as the "Lepton" installation directory.
|
||||
# [Info]
|
||||
# Branch=master | photon-style | proton-style
|
||||
# Ver=<git tag> | <git hash> | [NULL]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue