mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-07 17:05:33 +02:00
bump version to 1.9.8 and remove git initialization check for official builds
Some checks failed
CI / general (push) Has been cancelled
Some checks failed
CI / general (push) Has been cancelled
This commit is contained in:
parent
8ced305586
commit
6a07b88f97
2 changed files with 1 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@zen-browser/surfer",
|
"name": "@zen-browser/surfer",
|
||||||
"version": "1.9.7",
|
"version": "1.9.8",
|
||||||
"description": "Simplifying building firefox forks!",
|
"description": "Simplifying building firefox forks!",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
|
|
@ -36,12 +36,6 @@ export const init = async (directory: Command | string): Promise<void> => {
|
||||||
|
|
||||||
version = version.trim().replace(/\\n/g, '')
|
version = version.trim().replace(/\\n/g, '')
|
||||||
|
|
||||||
const brandingKey = dynamicConfig.get('brand')
|
|
||||||
if (brandingKey !== 'unofficial') {
|
|
||||||
log.warning("NOT initializing git, as this is an official build");
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
// TODO: Use bash on windows, this may significantly improve performance.
|
// TODO: Use bash on windows, this may significantly improve performance.
|
||||||
// Still needs testing though
|
// Still needs testing though
|
||||||
log.info('Initializing git, this may take some time')
|
log.info('Initializing git, this may take some time')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue