🐛 Fix tests and test actions usage
This commit is contained in:
8
bin/helpers/merge.ts
vendored
8
bin/helpers/merge.ts
vendored
@@ -182,6 +182,14 @@ StartupNotify=true
|
||||
}
|
||||
}
|
||||
|
||||
// Set macOS bundle targets (for app vs dmg)
|
||||
if (platform === 'darwin') {
|
||||
const validMacTargets = ['app', 'dmg'];
|
||||
if (validMacTargets.includes(options.targets)) {
|
||||
tauriConf.bundle.targets = [options.targets];
|
||||
}
|
||||
}
|
||||
|
||||
// Set icon.
|
||||
const platformIconMap: PlatformMap = {
|
||||
win32: {
|
||||
|
||||
Reference in New Issue
Block a user