summaryrefslogtreecommitdiff
path: root/electron-builder.yml
diff options
context:
space:
mode:
Diffstat (limited to 'electron-builder.yml')
-rw-r--r--electron-builder.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/electron-builder.yml b/electron-builder.yml
new file mode 100644
index 0000000..d11aa92
--- /dev/null
+++ b/electron-builder.yml
@@ -0,0 +1,18 @@
+ appId: org.tmw2.manalauncher
+ productName: ManaLauncher
+ directories:
+ output: out
+ win:
+ target:
+ - target: nsis
+ arch:
+ - x64
+ - target: portable
+ arch:
+ - x64
+ linux:
+ target:
+ - target: appimage
+ arch:
+ - x64
+ - arm64