mirror of
https://codeberg.org/icewind/originfox.git
synced 2026-06-03 10:14:08 +02:00
addon packaging
This commit is contained in:
parent
d995df8990
commit
b4036ee150
3 changed files with 5 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -1,3 +1,4 @@
|
||||||
target
|
target
|
||||||
result
|
result
|
||||||
config.toml
|
config.toml
|
||||||
|
web-ext-artifacts
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
"browser_specific_settings": {
|
"browser_specific_settings": {
|
||||||
"gecko": {
|
"gecko": {
|
||||||
"id": "originfox@icewind.nl",
|
"id": "originfox@icewind.nl",
|
||||||
"strict_min_version": "50.0"
|
"strict_min_version": "58.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -19,5 +19,7 @@
|
||||||
packages = {
|
packages = {
|
||||||
originfox = pkgs: pkgs.originfox;
|
originfox = pkgs: pkgs.originfox;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
tools = pkgs: with pkgs; [cargo-edit bacon web-ext];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue