mirror of
https://github.com/JonasKruckenberg/tauri-build.git
synced 2025-08-14 21:05:05 +00:00
publish new version
This commit is contained in:
parent
92a55b1743
commit
5f81b07455
2
dist/index.js
generated
vendored
2
dist/index.js
generated
vendored
@ -116,7 +116,7 @@ function buildProject(options) {
|
|||||||
'AppImage.tar.gz.sig',
|
'AppImage.tar.gz.sig',
|
||||||
'deb'
|
'deb'
|
||||||
];
|
];
|
||||||
const windowsExts = ['msi', 'msi.zip', 'msi.zip.sig'];
|
const windowsExts = ['msi', 'msi.zip', 'msi.zip.sig', 'exe', 'nsis.zip', 'nsis.zip.sig'];
|
||||||
const artifactsLookupPattern = `${bundleDir}/*/!(linuxdeploy)*.{${[
|
const artifactsLookupPattern = `${bundleDir}/*/!(linuxdeploy)*.{${[
|
||||||
...macOSExts,
|
...macOSExts,
|
||||||
linuxExts,
|
linuxExts,
|
||||||
|
2
dist/index.js.map
generated
vendored
2
dist/index.js.map
generated
vendored
File diff suppressed because one or more lines are too long
@ -70,7 +70,14 @@ export async function buildProject(options: BuildOptions): Promise<string[]> {
|
|||||||
'AppImage.tar.gz.sig',
|
'AppImage.tar.gz.sig',
|
||||||
'deb'
|
'deb'
|
||||||
]
|
]
|
||||||
const windowsExts = ['msi', 'msi.zip', 'msi.zip.sig', 'exe', 'nsis.zip', 'nsis.zip.sig']
|
const windowsExts = [
|
||||||
|
'msi',
|
||||||
|
'msi.zip',
|
||||||
|
'msi.zip.sig',
|
||||||
|
'exe',
|
||||||
|
'nsis.zip',
|
||||||
|
'nsis.zip.sig'
|
||||||
|
]
|
||||||
|
|
||||||
const artifactsLookupPattern = `${bundleDir}/*/!(linuxdeploy)*.{${[
|
const artifactsLookupPattern = `${bundleDir}/*/!(linuxdeploy)*.{${[
|
||||||
...macOSExts,
|
...macOSExts,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user