mirror of
https://github.com/cupcakearmy/volta.git
synced 2024-11-01 01:34:14 +01:00
12 lines
174 B
YAML
12 lines
174 B
YAML
appId: "io.nicco.app.volta"
|
|
productName: "Volta"
|
|
directories:
|
|
output: "./out"
|
|
mac:
|
|
target: "zip"
|
|
win:
|
|
target:
|
|
- "portable"
|
|
- "nsis"
|
|
linux:
|
|
target: "AppImage" |