fix: install correct size for icons in .deb package

Credits to @AulonSal that suggested reviewing
https://github.com/sindresorhus/caprine/pull/1420

Fix #115
This commit is contained in:
Guillermo Bonvehí
2021-06-10 03:47:20 -03:00
parent afb27ec989
commit bb870ec90f
8 changed files with 2 additions and 2 deletions

View File

@@ -45,7 +45,7 @@
]
}
],
"icon": "icon.png",
"icon": "icons/",
"category": "Development",
"synopsis": "Database manager for SQL Server, MySQL, PostgreSQL, MongoDB and SQLite",
"publish": [
@@ -103,4 +103,4 @@
"optionalDependencies": {
"msnodesqlv8": "^2.0.10"
}
}
}