Skip to content

Commit

Permalink
fix: install correct size for icons in .deb package
Browse files Browse the repository at this point in the history
Credits to @AulonSal that suggested reviewing
sindresorhus/caprine#1420

Fix dbgate#115
  • Loading branch information
knixeur committed Jun 10, 2021
1 parent afb27ec commit bb870ec
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 2 deletions.
Binary file added app/icons/128x128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/icons/16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/icons/256x256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/icons/32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/icons/48x48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/icons/512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/icons/64x64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
]
}
],
"icon": "icon.png",
"icon": "icons/",
"category": "Development",
"synopsis": "Database manager for SQL Server, MySQL, PostgreSQL, MongoDB and SQLite",
"publish": [
Expand Down Expand Up @@ -103,4 +103,4 @@
"optionalDependencies": {
"msnodesqlv8": "^2.0.10"
}
}
}

0 comments on commit bb870ec

Please sign in to comment.