summaryrefslogtreecommitdiff
path: root/electron-builder.yml
blob: d11aa92467ace193fb222fbe9a23fee9c99ce3e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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