ElectronNET / electron.net-api-demos

Explore the Electron.NET APIs
MIT License
315 stars 79 forks source link

How to remove Squirrel Framework when publishing mac App from resource folder #40

Closed vmeganathan81 closed 7 months ago

vmeganathan81 commented 7 months ago

How to remove Squirrel Framework when publishing mac App from resource folder

vmeganathan81 commented 7 months ago

we removed by adding the below in manifest.json file "mac": { "icon": "../../../build/mac/icon/icon.icns", "target": "mas" },