Skip to content

Commit

Permalink
Update app icons
Browse files Browse the repository at this point in the history
  • Loading branch information
YoussefKababe committed Sep 8, 2024
1 parent 9031546 commit d9e16cd
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions forge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import { FuseV1Options, FuseVersion } from '@electron/fuses'
const config: ForgeConfig = {
packagerConfig: {
asar: true,
icon: './src/images/pgquick',
},
rebuildConfig: {},
makers: [
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "pgquick",
"productName": "pgquick",
"version": "1.0.0",
"description": "My Electron application description",
"productName": "PGQuick",
"version": "0.1.0",
"description": "Full-featured, lightweight Postgres databases for local development",
"main": ".vite/build/main.js",
"scripts": {
"start": "electron-forge start",
Expand Down
4 changes: 2 additions & 2 deletions src/components/DatabaseList.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { useAutoAnimate } from '@formkit/auto-animate/react'
import { Database, X } from 'lucide-react'
import { Database, Trash2 } from 'lucide-react'
import { useState } from 'react'

import { useApp } from './AppContext'
Expand Down Expand Up @@ -41,7 +41,7 @@ export const DatabaseList = () => {
setLoading(false)
}}
>
<X size={28} />
<Trash2 size={20} />
</button>
</div>
<div className="flex flex-1 flex-col gap-1 p-2 px-3">
Expand Down
Binary file added src/images/pgquick.icns
Binary file not shown.
Binary file added src/images/pgquick.ico
Binary file not shown.
Binary file added src/images/pgquick.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d9e16cd

Please sign in to comment.