Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update [email protected] #225106

Merged
merged 13 commits into from
Aug 9, 2024
Prev Previous commit
Next Next commit
temp: test with oss electron
deepak1556 committed Aug 9, 2024

Verified

This commit was signed with the committer’s verified signature.
ssrahul96 Rahul Somasundaram
commit d1c07133c6e1e6307c12942aae7e035c696e1f28
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
@@ -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 {