Skip to content

Commit

Permalink
fix deb no control file
Browse files Browse the repository at this point in the history
Signed-off-by: seven <zilisheng1996@gmail.com>
  • Loading branch information
Blankll committed Jun 1, 2024
1 parent b51e848 commit 85707ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions forge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ import { MakerDeb } from '@electron-forge/maker-deb';
import { MakerRpm } from '@electron-forge/maker-rpm';
import { MakerDMG } from '@electron-forge/maker-dmg';
import { VitePlugin } from '@electron-forge/plugin-vite';
import { version, author, description, homepage } from './package.json';

const author = 'geekfun <support@geekfun.club>';
const homepage = 'https://dockit.geekfun.club';
const description = 'A faster, better and more stable NoSQL desktop tools';
const iconPath = './public/dockit';

const config: ForgeConfig = {
Expand All @@ -32,6 +30,7 @@ const config: ForgeConfig = {
maintainer: author,
homepage,
icon: `${iconPath}.png`,
version,
},
}),
new MakerDMG({ icon: `${iconPath}.icns` }),
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"version": "0.3.2",
"description": "A faster, better and more stable NoSQL desktop tools",
"author": "geekfun <support@geekfun.club>",
"homepage": "ttps://dockit.geekfun.club",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down

0 comments on commit 85707ee

Please sign in to comment.