mirror of
https://github.com/audacity/audacity-actions.git
synced 2025-12-10 03:56:07 -06:00
Apparently, hdiutil uses extensions to determine image type
This commit is contained in:
parent
0c0c7d9e58
commit
1d53109dbf
2
dist/package/index.js
vendored
2
dist/package/index.js
vendored
File diff suppressed because one or more lines are too long
@ -205,7 +205,7 @@ async function convertDMG(tempDmgPath, dmgPath) {
|
||||
fs.rmSync(dmgPath);
|
||||
}
|
||||
|
||||
const newTempPath = tempDmgPath + '.new';
|
||||
const newTempPath = tempDmgPath + '.new.dmg';
|
||||
|
||||
if (fs.existsSync(newTempPath)) {
|
||||
fs.rmSync(newTempPath);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user