fix build artifactName to include arch

This commit is contained in:
jeffvli 2025-06-02 20:49:55 -07:00
parent 9d31d952b7
commit 2912cd72ef

View file

@ -1,6 +1,6 @@
appId: org.jeffvli.feishin appId: org.jeffvli.feishin
productName: Feishin productName: Feishin
artifactName: ${productName}-${version}-${os}-setup.${ext} artifactName: ${productName}-${version}-${os}-${arch}.${ext}
electronVersion: 35.1.5 electronVersion: 35.1.5
directories: directories:
buildResources: assets buildResources: assets