forked from blocktronics/moebius
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathelectron-builder.yml
55 lines (55 loc) · 1.51 KB
/
electron-builder.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
directories:
output: dist
buildResources: build
appId: org.andyherbert.moebius
productName: Mœbius
copyright: Copyright © 2019 Andy Herbert
extraResources:
- from: build/ans
to: ans
filter: "*.ans"
fileAssociations:
- ext: .ans
name: ANSI Art
role: Editor
icon: document_icon.icns
- ext: .bin
name: Binary Text
role: Editor
icon: document_icon.icns
- ext: .xb
name: XBin
role: Editor
icon: document_icon.icns
- ext: .diz
name: Description in Zip File
role: Editor
icon: document_icon.icns
- ext: .nfo
name: Release Information
role: Editor
icon: document_icon.icns
- ext: .asc
name: ASCII Art
role: Editor
icon: document_icon.icns
mac:
artifactName: Mœbius.dmg
category: public.app-category.graphics-design
target: dmg
darkModeSupport: true
win:
artifactName: Mœbius Setup.exe
target:
- target: nsis
arch: [x64, ia32, arm64]
- target: portable
arch: [x64, ia32, arm64]
portable:
artifactName: Mœbius.exe
linux:
artifactName: Mœbius.deb
target: deb
description: Moebius is a new ANSI and ASCII Editor for Linux, MacOS, and Windows. The major feature that differentiates it from PabloDraw is the 'half-block' brush which allows editing in a style closer to Photoshop than a text editor, although you can still use the function and cursor keys to draw with, and you should find that most of the text editing features from PabloDraw are carried over to this editor.
category: Graphics
electronVersion: 6.0.8