Skip to content

Commit

Permalink
temp: test with oss electron
Browse files Browse the repository at this point in the history
  • Loading branch information
deepak1556 committed Aug 9, 2024
1 parent a6de33a commit 18506aa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions build/lib/electron.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions build/lib/electron.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,9 @@ export const config = {
linuxExecutableName: product.applicationName,
winIcon: 'resources/win32/code.ico',
token: process.env['GITHUB_TOKEN'],
repo: product.electronRepository || undefined,
repo: undefined,
validateChecksum: true,
checksumFile: path.join(root, 'build', 'checksums', 'electron.txt'),
checksumFile: path.join(root, 'build', 'checksums', 'electron-oss.txt'),
};

function getElectron(arch: string): () => NodeJS.ReadWriteStream {
Expand Down

0 comments on commit 18506aa

Please sign in to comment.