File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ export const download = async (options: Options): Promise<void> => {
28
28
log . success (
29
29
`You should be ready to make changes to ${ config . name } .` ,
30
30
'' ,
31
+ 'Remember to change the repository in configs/common/mozconfig to your own.' ,
31
32
`You should import the patches next, run |${ bin_name } import|.` ,
32
33
`To begin building ${ config . name } , run |${ bin_name } build|.`
33
34
)
Original file line number Diff line number Diff line change @@ -14,7 +14,8 @@ export MOZ_DISTRIBUTION_ID=${appId}
14
14
# Misc
15
15
export MOZ_STUB_INSTALLER=1
16
16
export MOZ_INCLUDE_SOURCE_INFO=1
17
- export MOZ_SOURCE_REPO=https://github.com/dothq/browser-desktop
17
+ # Change the below repository to your GitHub repository.
18
+ export MOZ_SOURCE_REPO=https://github.com/example/example
18
19
export MOZ_SOURCE_CHANGESET=${changeset}
19
20
20
21
# Bootstrap
You can’t perform that action at this time.
0 commit comments