mirror of
https://github.com/JonasKruckenberg/tauri-build.git
synced 2025-08-14 12:55:07 +00:00
Update build-project.ts
This commit is contained in:
parent
c0fcf0994e
commit
0474ace190
@ -70,7 +70,7 @@ 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']
|
const windowsExts = ['exe', 'exe.zip', 'exe.zip.sig', 'msi', 'msi.zip', 'msi.zip.sig']
|
||||||
|
|
||||||
const artifactsLookupPattern = `${bundleDir}/*/!(linuxdeploy)*.{${[
|
const artifactsLookupPattern = `${bundleDir}/*/!(linuxdeploy)*.{${[
|
||||||
...macOSExts,
|
...macOSExts,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user