Update browser.ts

This commit is contained in:
omove 2024-11-16 15:24:50 -05:00 committed by GitHub
parent d79f8d9318
commit 5a0caeabaf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -192,6 +192,7 @@ function getTargets(): string[] {
if ((process as any).surferPlatform == 'macos') {
return ausPlatformsMap.macos
}
}
export async function generateBrowserUpdateFiles() {
log.info('Creating browser AUS update files')