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