Skip to content

Commit 4f15447

Browse files
committed
Deprecate old launcher & locales
1 parent c5cad30 commit 4f15447

File tree

16 files changed

+59
-18
lines changed

16 files changed

+59
-18
lines changed

β€ŽMakefile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,9 @@ check-arch:
124124
fi
125125

126126
build-launcher: check-arch
127-
cd launcher && bash build.sh $(arch) $(os)
127+
cd legacy/launcher && bash build.sh $(arch) $(os)
128128

129129
package-linux:
130-
make build-launcher arch=$(arch) os=linux;
131130
python3 scripts/package.py linux \
132131
--includes \
133132
settings/chrome.css \
@@ -139,7 +138,6 @@ package-linux:
139138
--fonts windows macos linux
140139

141140
package-macos:
142-
make build-launcher arch=$(arch) os=macos;
143141
python3 scripts/package.py macos \
144142
--includes \
145143
settings/chrome.css \
@@ -150,7 +148,6 @@ package-macos:
150148
--fonts windows linux
151149

152150
package-windows:
153-
make build-launcher arch=$(arch) os=windows;
154151
python3 scripts/package.py windows \
155152
--includes \
156153
settings/chrome.css \
@@ -164,7 +161,7 @@ package-windows:
164161
run-launcher:
165162
rm -rf $(cf_source_dir)/obj-x86_64-pc-linux-gnu/dist/bin/launch;
166163
make build-launcher arch=x86_64 os=linux;
167-
cp launcher/dist/launch $(cf_source_dir)/obj-x86_64-pc-linux-gnu/dist/bin/launch;
164+
cp legacy/launcher/dist/launch $(cf_source_dir)/obj-x86_64-pc-linux-gnu/dist/bin/launch;
168165
$(cf_source_dir)/obj-x86_64-pc-linux-gnu/dist/bin/launch
169166

170167
run-pw:

β€Žlegacy/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## Deprecated Assets
2+
3+
##### 2024-11-21
4+
5+
- Old launcher has been deprecated due to it not supporting non-Linux platforms, and for using FF's debugging protocol to load addons [#90](https://github.com/daijro/camoufox/issues/90).
6+
- `generate-locales.sh` (based on [LibreWolf's locale build system](https://gitlab.com/librewolf-community/browser/source/-/blob/3dc56de7b0665724bf3842198cebe961c42a81e0/scripts/generate-locales.sh)) was deprecated due to "Camoufox" leaking to the page [#90](https://github.com/daijro/camoufox/issues/90).
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
Β (0)