Removing portable altogether

This commit is contained in:
Maurício Szabo 2023-04-04 11:43:45 -03:00
parent 8e4045de54
commit 11f690b8d2

View File

@ -218,11 +218,11 @@ let options = {
"target": [
{ "target": "nsis" },
{ "target": "zip" },
{
target: "portable",
artifactBuildOptions: {
compression: 'low'
}
// {
// target: "portable",
// artifactBuildOptions: {
// compression: 'low'
// }
},
],
},