-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5033daf
commit 6dfd6cd
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule neutron
updated
24 files
+1 −1 | .github/workflows/test-build.yml | |
+1 −0 | .gitignore | |
+2 −2 | README.md | |
+9 −7 | configurator.py | |
+265 −449 | src/changed/browser/themes/osx/browser.css | |
+17 −5 | src/launch-app/CMakeLists.txt | |
+0 −3 | src/launch-app/compile_flags.txt | |
+22 −0 | src/launch-app/src/mac.cpp | |
+10 −3 | src/launch-app/src/main.cpp | |
+295 −0 | src/mac/Info-aarch64.plist | |
+295 −0 | src/mac/Info-x86_64.plist | |
+15 −0 | src/mozconfig.linux-aarch64 | |
+11 −0 | src/mozconfig.mac-arm | |
+11 −0 | src/mozconfig.mac-intel | |
+45 −0 | src/scripts/build.py | |
+13 −9 | src/scripts/build/download-firefox-source | |
+9 −0 | src/scripts/build/launch-app-linux-aarch64 | |
+32 −0 | src/scripts/build/launch-app-mac-arm | |
+32 −0 | src/scripts/build/launch-app-mac-intel | |
+8 −14 | src/scripts/build/linux | |
+26 −0 | src/scripts/build/linux-aarch64 | |
+27 −0 | src/scripts/build/mac-arm | |
+27 −0 | src/scripts/build/mac-intel | |
+0 −2 | src/scripts/build/windows |