Skip to content

Commit

Permalink
Clean pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxou44 committed Mar 6, 2024
1 parent dff76aa commit d604b7f
Showing 1 changed file with 0 additions and 48 deletions.
48 changes: 0 additions & 48 deletions electron-builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,35 +18,15 @@ win:
target:
- portable
- zip
# files:
# - '!node_modules/ffmpeg-static/bin/darwin/*'
# - '!node_modules/ffmpeg-static/bin/linux/*'

mac:
# artifactName: ${name}-${version}.${arch}.${ext}
category: public.app-category.photography
icon: dist/electron/renderer/icon.icns
# hardenedRuntime: false
extendInfo:
NSMicrophoneUsageDescription: Please give us access to your microphone
NSCameraUsageDescription: Please give us access to your camera
com.apple.security.device.audio-input: true
com.apple.security.device.camera: true
# target:
# - dmg
# files:
# - '!node_modules/ffmpeg-static/bin/win32/*'
# - '!node_modules/ffmpeg-static/bin/linux/*'

#dmg:
# contents:
# - type: link
# path: /Applications
# x: 410
# y: 150
# - type: file
# x: 130
# y: 150

linux:
artifactName: ${name}-${version}-linux.${ext}
Expand All @@ -57,31 +37,3 @@ linux:
target:
- deb
- tar.gz
# files:
# - '!node_modules/ffmpeg-static/bin/darwin/*'
# - '!node_modules/ffmpeg-static/bin/win32/*'


#linux:
# target: AppImage

#dmg:
# contents:
# - x: 110
# 'y': 150
# - x: 240
# 'y': 150
# type: link
# path: /Applications
#
#
#
#mac:
# target: default
# category: public.app-category.graphics-design

#
#
#

#

0 comments on commit d604b7f

Please sign in to comment.