18 lines
281 B
YAML
18 lines
281 B
YAML
appId: com.chatgpt.app
|
|
productName: ChatGPT
|
|
directories:
|
|
output: ../electron-dist
|
|
mac:
|
|
category: public.app-category.productivity
|
|
target:
|
|
- target: dmg
|
|
arch:
|
|
- arm64
|
|
- x64
|
|
win:
|
|
target:
|
|
- target: nsis
|
|
arch:
|
|
- x64
|
|
- ia32
|
|
|