Skip to content

Commit

Permalink
Change the default repo (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
splatboydev authored Jan 27, 2023
1 parent 8cad805 commit 17bde4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/commands/download.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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|.`
)
Expand Down
3 changes: 2 additions & 1 deletion template/configs/common/mozconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 17bde4d

Please sign in to comment.