diff --git a/scripts/afterPack.ts b/scripts/afterPack.ts index 5790855..221345b 100644 --- a/scripts/afterPack.ts +++ b/scripts/afterPack.ts @@ -15,7 +15,7 @@ interface Context { export default async function(context: Context) { console.log(context) - const isLinux = context.targets.find(target => target.name === 'appImage' || target.name === 'snap') + const isLinux = context.targets.find(target => target.name === 'appImage') if (!isLinux) { return }