Commit 34cbc6c1 authored by Joel Collins's avatar Joel Collins
Browse files

Switch to combined builder config

parent e0f7f12c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -4,6 +4,9 @@ directories:
appId: org.openflexure.ev
artifactName: ${name}-${os}-${arch}.${ext}
asar: true
publish:
  - provider: generic
    url: https://gitlab.com
files:
  - filter:
      - '**/*'

app/builder-config-linux.yaml

deleted100644 → 0
+0 −11
Original line number Diff line number Diff line
extends: app/builder-config-base.yaml
linux:
  target:
    - target: deb
      arch:
        - x64
  icon: app/icons/png/
  category: Science
deb:
  category: Science
electronVersion: 4.1.5
+4 −2
Original line number Diff line number Diff line
extends: app/builder-config-base.yaml
electronVersion: 3.0.13
linux:
  target:
    - target: deb
      arch:
        - armv7l
    - target: appImage
      arch:
        - armv7l
  icon: app/icons/png/
  category: Science
deb:
  category: Science
  fpm: ['--architecture', 'armhf']
electronVersion: 3.0.13

app/builder-config-win.yaml

deleted100644 → 0
+0 −6
Original line number Diff line number Diff line
extends: app/builder-config-base.yaml
win:
  target:
    - NSIS
  icon: app/icons/win/icon.ico
electronVersion: 4.1.5
+15 −1
Original line number Diff line number Diff line
extends: app/builder-config-base.yaml
electronVersion: 4.1.5
win:
  target:
    - NSIS
  icon: app/icons/win/icon.ico
linux:
  target:
    - target: deb
      arch:
        - x64
    - target: appImage
      arch:
        - x64
  icon: app/icons/png/
  category: Science
mac:
  icon: app/icons/mac/icon.icns
  category: public.app-category.utilities
@@ -10,4 +25,3 @@ dmg:
      y: 150
      type: link
      path: /Applications
electronVersion: 4.1.5