@ -9,7 +9,7 @@ exports.default = async function afterbuild(context) {
console.log('AFTER BUILD', context);
const artifactPaths = context.artifactPaths
const dmgs = artifactPaths.filter((dmg) => dmg.endsWith('.dmg') || dmg.endsWith('.zip')).map((dmg) => `'${dmg}'`)
const dmgs = artifactPaths.filter((dmg) => dmg.endsWith('.dmg')).map((dmg) => `'${dmg}'`)
fs.writeFileSync('dmgs.json', JSON.stringify({ dmgs }, null, 2))
@ -1,6 +1,6 @@
{
"name": "remixdesktop",
"version": "0.0.21-Alpha",
"version": "0.0.22-Alpha",
"main": "build/main.js",
"license": "MIT",
"type": "commonjs",
@ -90,13 +90,6 @@
"x64",
"arm64"
]
},
"target": "zip",
"arch": [
}
],
"icon": "assets/icon.png",