Skip to content

Commit

Permalink
Fix more build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiou87 committed Apr 6, 2021
1 parent 9a5a509 commit 7621c25
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion script/dist-info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import * as Fs from 'fs'

import { getProductName, getVersion } from '../app/package-info'
import { getReleaseBranchName } from './build-platforms'
import { remote } from 'electron'

const productName = getProductName()
const version = getVersion()
Expand Down
5 changes: 4 additions & 1 deletion script/publish.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,10 @@ function getContext() {
)
}

function updateDeploy(artifacts: ReadonlyArray<IUploadResult>, secret: string) {
function updateDeploy(
artifacts: ReadonlyArray<IUploadResult>,
secret: string
): Promise<void> {
const { rendererSize, mainSize } = distInfo.getBundleSizes()
const body = {
context: getContext(),
Expand Down

0 comments on commit 7621c25

Please sign in to comment.