mirror of
https://github.com/cupcakearmy/unpixel.git
synced 2024-12-22 08:06:33 +00:00
18 lines
220 B
YAML
18 lines
220 B
YAML
appId: "io.nicco.app.unpixel"
|
|
files:
|
|
- assets
|
|
- dist
|
|
directories:
|
|
output: "./out"
|
|
mac:
|
|
target:
|
|
- dmg
|
|
identity: null
|
|
win:
|
|
target:
|
|
- nsis
|
|
linux:
|
|
category: "Utility"
|
|
target:
|
|
- AppImage
|
|
- deb |