Skip to content

Commit

Permalink
changes for desktop packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
laisspportugal committed Mar 4, 2024
1 parent 27b2a2d commit 59896a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/studio-desktop/src/afterPack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import path from "path";
import plist, { PlistObject } from "plist";

async function getKeychainFile(context: AfterPackContext): Promise<string | undefined> {
const macPackager = context.packager as MacPackager;
const macPackager = context.packager as unknown as MacPackager;
if ((macPackager as Partial<typeof macPackager>).codeSigningInfo == undefined) {
log.error("No code signing info available.");
return;
Expand Down

0 comments on commit 59896a4

Please sign in to comment.