Skip to content

Commit

Permalink
bump version to 1.6.2 and remove unused archives handling in release …
Browse files Browse the repository at this point in the history
…info
  • Loading branch information
mr-cheff committed Nov 24, 2024
1 parent c49501d commit 8bb3ca1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 18 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zen-browser/surfer",
"version": "1.6.1",
"version": "1.6.2",
"description": "Simplifying building firefox forks!",
"main": "index.js",
"bin": {
Expand Down
4 changes: 0 additions & 4 deletions src/commands/updates/browser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ export async function getPlatformConfig() {
}

function getReleaseMarName(releaseInfo: ReleaseInfo): string | undefined {
if (!releaseInfo.archives) {
log.error('No archives found in the release information')
return
}

let releaseMarName;
if ((process as any).surferPlatform == 'win32') {
Expand Down
13 changes: 0 additions & 13 deletions src/utils/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,19 +60,6 @@ export interface ReleaseInfo {
github?: {
repo: string
}

archives?: {
windows?: string
'windows-compat'?: string
'windows-arm64'?: string

'macos-aarch64'?: string
'macos-x64'?: string

linux?: string
'linux-compat'?: string
'linux-aarch64'?: string
}
}

export interface BrandInfo {
Expand Down

0 comments on commit 8bb3ca1

Please sign in to comment.