signmacosdesktop
filip mertens 11 months ago
parent 6c1d09bdf1
commit 8023951508
  1. 2
      apps/remixdesktop/afterbuild.js
  2. 9
      apps/remixdesktop/package.json

@ -9,7 +9,7 @@ exports.default = async function afterbuild(context) {
console.log('AFTER BUILD', context); console.log('AFTER BUILD', context);
const artifactPaths = context.artifactPaths 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)) fs.writeFileSync('dmgs.json', JSON.stringify({ dmgs }, null, 2))

@ -1,6 +1,6 @@
{ {
"name": "remixdesktop", "name": "remixdesktop",
"version": "0.0.21-Alpha", "version": "0.0.22-Alpha",
"main": "build/main.js", "main": "build/main.js",
"license": "MIT", "license": "MIT",
"type": "commonjs", "type": "commonjs",
@ -90,13 +90,6 @@
"x64", "x64",
"arm64" "arm64"
] ]
},
{
"target": "zip",
"arch": [
"x64",
"arm64"
]
} }
], ],
"icon": "assets/icon.png", "icon": "assets/icon.png",

Loading…
Cancel
Save