Skip to content

Commit a274925

Browse files
committed
Updated package.json and electron-builder configuration to resolve Linux build errors
1 parent 82032e6 commit a274925

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

electron-builder.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ linux:
1313
- rpm
1414
- snap
1515
- AppImage
16+
maintainer: [email protected]
1617
mac:
1718
category: public.app-category.developer-tools
1819
target: dmg

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "Prototyping tool for React/Typescript Applications.",
55
"private": true,
66
"main": "app/electron/main.js",
7+
"author": "OS Labs",
78
"contributors": [
89
"Adam Singer",
910
"Charles Finocchiaro",

0 commit comments

Comments
 (0)