mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-07 08:55:33 +02:00
Change the default repo (#35)
This commit is contained in:
parent
8cad805199
commit
17bde4dafc
2 changed files with 3 additions and 1 deletions
|
@ -28,6 +28,7 @@ export const download = async (options: Options): Promise<void> => {
|
|||
log.success(
|
||||
`You should be ready to make changes to ${config.name}.`,
|
||||
'',
|
||||
'Remember to change the repository in configs/common/mozconfig to your own.',
|
||||
`You should import the patches next, run |${bin_name} import|.`,
|
||||
`To begin building ${config.name}, run |${bin_name} build|.`
|
||||
)
|
||||
|
|
|
@ -14,7 +14,8 @@ export MOZ_DISTRIBUTION_ID=${appId}
|
|||
# Misc
|
||||
export MOZ_STUB_INSTALLER=1
|
||||
export MOZ_INCLUDE_SOURCE_INFO=1
|
||||
export MOZ_SOURCE_REPO=https://github.com/dothq/browser-desktop
|
||||
# Change the below repository to your GitHub repository.
|
||||
export MOZ_SOURCE_REPO=https://github.com/example/example
|
||||
export MOZ_SOURCE_CHANGESET=${changeset}
|
||||
|
||||
# Bootstrap
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue