Merge branch 'brunoshiroma-master-patch-09391' into 'master'

Brunoshiroma master patch 09391

See merge request brunoshiroma/windows!1
This commit is contained in:
Bruno Shiroma 2021-01-30 18:33:42 +00:00
commit a8737ebfe2
3 changed files with 7 additions and 1 deletions

View file

@ -4,6 +4,7 @@ stages:
build_job:
stage: build
script:
- '& git submodule update --init --recursive' #pull the settings submodule
- '& $env:CI_PROJECT_DIR\package.ps1'
artifacts:
expire_in: 1 yrs

2
.gitmodules vendored
View file

@ -1,3 +1,3 @@
[submodule "settings"]
path = settings
url = git@gitlab.com:librewolf-community/settings.git
url = https://gitlab.com/librewolf-community/settings.git

View file

@ -7,5 +7,10 @@
This is create a folder *librewolf* on current dir, with subfolder core (its content of the firefox.exe), with Firefox configured with scripts/settings of librewolf.
From that point you can install using the setup.exe or simple execute the ***firefox.exe*** on the core folder.
## Cloning the repo
```powershell
git clone --recursive https://gitlab.com/brunoshiroma/windows.git
```
### Opensource Licences/Uses
This scripts use and embed [7zip](https://www.7-zip.org/)