adds Nsis build artifacts artifacts names to index.js

This commit is contained in:
mdk 2023-10-06 10:05:21 +02:00
parent b8c96ea42a
commit e1434b0bae

2
dist/index.js generated vendored
View File

@ -109,7 +109,7 @@ function buildProject(options) {
'AppImage.tar.gz.sig', 'AppImage.tar.gz.sig',
'deb' 'deb'
]; ];
const windowsExts = ['msi', 'msi.zip', 'msi.zip.sig']; const windowsExts = ['exe', 'nsis.zip', 'nsis.zip.sig', 'msi', 'msi.zip', 'msi.zip.sig'];
const artifactsLookupPattern = `${bundleDir}/*/!(linuxdeploy)*.{${[ const artifactsLookupPattern = `${bundleDir}/*/!(linuxdeploy)*.{${[
...macOSExts, ...macOSExts,
linuxExts, linuxExts,