packager icon indicating copy to clipboard operation
packager copied to clipboard

Please Fix my error

Open sharifjameel90 opened this issue 3 years ago • 2 comments

My error

"scripts": { "start": "electron .", "package-mac": "electron-packager . --overwrite --platform=darwin --arch=x64 --icon=icons/mac/icon.icns --prune=true --out=release-builds", "package-win": "electron-packager . --overwrite --asar=true --platform=win32 --arch=ia32 --icon=icons/win/icon.ico --prune=true --out=release-builds --version-string.CompanyName=CE --version-string.FileDescription=CE --version-string.ProductName=\"Ngrok Gui\"", "package-linux" : "electron-packager . --overwrite --platform=linux --arch=x64 --icon=icons/png/512x512.png --prune=true --out=release-builds" }, Screenshot 2021-12-17 at 8 52 20 PM

sharifjameel90 avatar Dec 17 '21 15:12 sharifjameel90

👋 Thanks for opening your first issue here! If you have a question about using Electron Packager, read the support docs. If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. Development and issue triage is community-driven, so please be patient and we will get back to you as soon as we can.

To help make it easier for us to investigate your issue, please follow the contributing guidelines.

welcome[bot] avatar Dec 17 '21 15:12 welcome[bot]

i also used sudo

sharifjameel90 avatar Dec 17 '21 15:12 sharifjameel90