Merge branch 'brunoshiroma-master-patch-09391' into 'master'
Brunoshiroma master patch 09391 See merge request brunoshiroma/windows!1
This commit is contained in:
commit
a8737ebfe2
3 changed files with 7 additions and 1 deletions
|
|
@ -4,6 +4,7 @@ stages:
|
||||||
build_job:
|
build_job:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
|
- '& git submodule update --init --recursive' #pull the settings submodule
|
||||||
- '& $env:CI_PROJECT_DIR\package.ps1'
|
- '& $env:CI_PROJECT_DIR\package.ps1'
|
||||||
artifacts:
|
artifacts:
|
||||||
expire_in: 1 yrs
|
expire_in: 1 yrs
|
||||||
|
|
|
||||||
2
.gitmodules
vendored
2
.gitmodules
vendored
|
|
@ -1,3 +1,3 @@
|
||||||
[submodule "settings"]
|
[submodule "settings"]
|
||||||
path = settings
|
path = settings
|
||||||
url = git@gitlab.com:librewolf-community/settings.git
|
url = https://gitlab.com/librewolf-community/settings.git
|
||||||
|
|
|
||||||
|
|
@ -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.
|
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.
|
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
|
### Opensource Licences/Uses
|
||||||
This scripts use and embed [7zip](https://www.7-zip.org/)
|
This scripts use and embed [7zip](https://www.7-zip.org/)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue