mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
build: fix artifact name 2
This commit is contained in:
parent
2f9f3a6722
commit
3e4415cbc8
3 changed files with 4 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
|||
appId: com.super-productivity.app
|
||||
productName: Super Productivity
|
||||
artifactName: ${productName}-${arch}.${ext}
|
||||
artifactName: ${name}-${arch}.${ext}
|
||||
files:
|
||||
- electron/**/*
|
||||
- '!electron/**/*.ts'
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
appId: com.super-productivity.app
|
||||
productName: Super Productivity
|
||||
artifactName: ${productName}-${arch}.${ext}
|
||||
artifactName: ${name}-${arch}.${ext}
|
||||
files:
|
||||
- electron/**/*
|
||||
- '!electron/**/*.ts'
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
appId: superProductivity
|
||||
productName: Super Productivity
|
||||
artifactName: ${productName}-${arch}.${ext}
|
||||
artifactName: ${name}-${arch}.${ext}
|
||||
|
||||
files:
|
||||
- electron/**/*
|
||||
|
|
@ -28,7 +28,7 @@ win:
|
|||
nsis:
|
||||
artifactName: ${productName} Setup-${arch}.${ext}
|
||||
portable:
|
||||
artifactName: ${productName}-${arch}.${ext}
|
||||
artifactName: ${name}-${arch}.${ext}
|
||||
appx:
|
||||
applicationId: SuperProductivity
|
||||
displayName: Super Productivity
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue