diff --git a/build/afterPackHook.js b/build/afterPackHook.js index 9dd79b59e..4ef6b972a 100644 --- a/build/afterPackHook.js +++ b/build/afterPackHook.js @@ -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; }