mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
build: adjust binary file names to allow dynamic download link
This commit is contained in:
parent
4943209d6b
commit
2d73b12fc6
3 changed files with 7 additions and 2 deletions
|
|
@ -1,5 +1,6 @@
|
|||
appId: com.super-productivity.app
|
||||
productName: Super Productivity
|
||||
artifactName: ${appId}-${arch}.${ext}
|
||||
files:
|
||||
- electron/**/*
|
||||
- '!electron/**/*.ts'
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
appId: com.super-productivity.app
|
||||
productName: Super Productivity
|
||||
artifactName: ${appId}-${arch}.${ext}
|
||||
files:
|
||||
- electron/**/*
|
||||
- '!electron/**/*.ts'
|
||||
|
|
|
|||
|
|
@ -1,4 +1,7 @@
|
|||
appId: superProductivity
|
||||
productName: Super Productivity
|
||||
artifactName: ${appId}-${arch}.${ext}
|
||||
|
||||
files:
|
||||
- electron/**/*
|
||||
- '!electron/**/*.ts'
|
||||
|
|
@ -23,9 +26,9 @@ win:
|
|||
publish:
|
||||
- github
|
||||
nsis:
|
||||
artifactName: ${productName} Setup ${version}-${arch}.${ext}
|
||||
artifactName: ${productName} Setup-${arch}.${ext}
|
||||
portable:
|
||||
artifactName: ${productName}-${version}-${arch}.${ext}
|
||||
artifactName: ${productName}-${arch}.${ext}
|
||||
appx:
|
||||
applicationId: SuperProductivity
|
||||
displayName: Super Productivity
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue