diff --git a/electron-builder.yml b/electron-builder.yml new file mode 100644 index 0000000..02a85b5 --- /dev/null +++ b/electron-builder.yml @@ -0,0 +1,10 @@ +appId: "io.nicco.app.volta" +productName: "Volta" +directories: + output: "./out" +mac: + target: "zip" +win: + target: "portable" +linux: + target: "AppImage" \ No newline at end of file