cleanup afterpackhook useless logs

pull/1978/head
Audric Ackermann 3 years ago
parent 760b99587a
commit 906e9f5644
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4

@ -20,7 +20,7 @@ module.exports = async function(context) {
console.log('AppImage', isAppImage);
if (!isAppImage) {
console.log('afterPack hook not triggered as this is not an appImage build:', context);
console.log('afterPack hook not triggered as this is not an appImage build');
return;
}

Loading…
Cancel
Save