Hide firefox view by default and fixed init command

This commit is contained in:
Mauro Balades
2024-04-27 23:53:52 +02:00
parent 616691a6d7
commit 0e42f148c0
2 changed files with 16 additions and 12 deletions

View File

@@ -165,15 +165,15 @@ jobs:
- name: Import
run: pnpm gluon import
- name: Run Init
run: pnpm run init
- name: Bootstrap
run: |
cd engine
./mach --no-interactive bootstrap --application-choice browser
cd ..
- name: Run Init
run: pnpm run init
- name: Build
run: pnpm build
@@ -257,9 +257,6 @@ jobs:
- name: Import
run: pnpm gluon import --verbose
- name: Run Init
run: pnpm run init
- name: Compress
run: |
cd engine
@@ -267,6 +264,9 @@ jobs:
tar --use-compress-program=zstd -hcf ../zen-browser.source.tar.gz *
cd ..
- name: Run Init
run: pnpm run init
- name: Upload artifact
uses: actions/upload-artifact@v2
with: