mirror of
https://github.com/JonasKruckenberg/tauri-build.git
synced 2025-08-14 21:05:05 +00:00
adds Nsis build artifacts artifacts names to index.js
This commit is contained in:
parent
b8c96ea42a
commit
e1434b0bae
2
dist/index.js
generated
vendored
2
dist/index.js
generated
vendored
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user