mirror of
https://github.com/cupcakearmy/volta.git
synced 2024-12-22 07:56:27 +00: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" |