Skip to content

Commit

Permalink
revert electron-builder.js
Browse files Browse the repository at this point in the history
  • Loading branch information
hmt committed Sep 3, 2021
1 parent 8c96a01 commit b46d119
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 56 deletions.
56 changes: 0 additions & 56 deletions electron-builder.js

This file was deleted.

44 changes: 44 additions & 0 deletions electron-builder.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
appId: im.hmt.report.schild
productName: schild.report
artifactName: schild.report.${ext}
buildVersion: 2.5.${env.GITHUB_RUN_NUMBER}
copyright: Copyright ${author}

extraMetadata:
author:
name: ${env.THE_AUTHOR}
email: ${env.THE_EMAIL}

files:
- ./build/**/*

win:
icon: icons/icon.ico
target: msi

linux:
icon: icons/icon.png
category: app.tools
executableName: schild.report
target:
- AppImage
- snap
- deb
- rpm

mac:
icon: icons/icon.icns
target: dmg

dmg:
icon: icons/icon.icns
contents:
- x: 130
y: 220
- x: 550
y: 22
type: link
path: /Applications
window:
width: 680
height: 42

0 comments on commit b46d119

Please sign in to comment.