cleanup afterpackhook useless logs

This commit is contained in:
Audric Ackermann 2021-10-20 14:18:15 +11:00
parent 760b99587a
commit 906e9f5644
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}