summaryrefslogtreecommitdiff
path: root/electron-builder.yml
blob: 831620643ebb17b9e79254e6b5d8d5c75d4fcc93 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
appId: org.tmw2.manalauncher
productName: ManaLauncher
directories:
  output: out
win:
  icon: ./assets/media/icon.ico
  target:
    - target: nsis
      arch:
        - x64
    - target: portable
      arch:
        - x64
linux:
  target:
    - target: appimage
      arch:
        - x64
        - arm64
  category: Game
  icon: ./assets/media/plushmouboo.png