123456789101112131415161718192021222324252627282930313233343536373839404142 |
- appId: im.hmt.bangbib
- productName: bangbib
- artifactName: bangbib.${ext}
- buildVersion: 1.0.${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: bangbib
- target:
- - AppImage
- - snap
- 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
|