We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bb56e3 commit a4e6fa0Copy full SHA for a4e6fa0
1 file changed
scripts/upload.js
@@ -45,9 +45,9 @@ const cpFile = (fromFile, toFile) =>
45
});
46
47
const version = package.version;
48
+//! Dont't upload .blockmap when use nsis package windows
49
const fileList = [
50
'release/Postcat-Setup-?.exe',
- 'release/Postcat Setup ?.exe.blockmap',
51
'release/Postcat-?-arm64.dmg',
52
'release/Postcat-?-arm64-mac.zip',
53
'release/Postcat-?.dmg',
0 commit comments