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": [
{ "target": "nsis" }, { "target": "nsis" },
{ "target": "zip" }, { "target": "zip" },
{ // {
target: "portable", // target: "portable",
artifactBuildOptions: { // artifactBuildOptions: {
compression: 'low' // compression: 'low'
} // }
}, },
], ],
}, },