mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-19 07:58:46 +01:00
Replace typescript compiler with native tsgo compiler
This commit is contained in:
@@ -51,7 +51,7 @@ export class LinuxAppImageUpdater extends Updater {
|
||||
app.quit();
|
||||
}
|
||||
|
||||
override getUpdatesPublicKey(): Buffer {
|
||||
override getUpdatesPublicKey(): Buffer<ArrayBuffer> {
|
||||
return hexToBinary(config.get('appImageUpdatesPublicKey'));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user