Skip to content

Commit 87b333d

Browse files
committed
ci: author email metadata for deb packaging
1 parent fc9e24c commit 87b333d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packaging/stage.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ fs.writeFileSync(join(APP, 'package.json'), JSON.stringify({
5959
version: '0.1.0',
6060
description: 'GhostFrame — coherent-fingerprint browser platform',
6161
homepage: 'https://github.com/loak7993-code/ghostframe',
62-
author: 'GhostFrame contributors',
62+
author: { name: 'GhostFrame contributors', email: 'ghostframe@proton.me' },
6363
license: 'MIT',
6464
main: 'gui/main.js',
6565
dependencies: {},

0 commit comments

Comments
 (0)