Update file executable_install-program

This commit is contained in:
Brian Zalewski 2023-01-10 00:39:39 +00:00
parent c5f60c1c34
commit 02ef3a0298

View file

@ -1485,8 +1485,6 @@ async function pruneInstallOrders(installOrders) {
if (pkgManager === 'appimage') {
newOrders[pkgManager] = await asyncFilter(newOrders[pkgManager], async (pkg) => {
try {
console.log('---zap')
console.log(pkg)
await runSilentCommand(`zap list | grep "${pkg}" > /dev/null`)
return false
} catch (e) {