Skip to content
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.

Commit

Permalink
πŸ› Don't specify a firefox version for empty config files
Browse files Browse the repository at this point in the history
  • Loading branch information
trickypr committed Nov 12, 2021
1 parent 2d340aa commit f23019e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/utils/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export interface Config {
/**
* The version of the selected product you are forking
*/
version: string
version?: string
/**
* The version of your output product. E.g. 1.3.5
* This is in relation to the product you are building. For example, for
Expand All @@ -70,7 +70,6 @@ const defaultConfig: Config = {
appId: 'unknown.appid',
version: {
product: SupportedProducts.Firefox,
version: '92.0',
displayVersion: '1.0.0',
},
}
Expand Down

0 comments on commit f23019e

Please sign in to comment.