P
P
ProgerSoft2019-12-26 17:33:30
linux
ProgerSoft, 2019-12-26 17:33:30

Trouble compiling Electron application for Linux?

When compiling an Electron application for Windows using electron-builder, everything works fine, but when I want to compile for Linux, an error occurs.
Here is a screenshot of the error:
5e04c478bb120547221471.png
Here is my package.json:

{
  "name": "filecountrenamer",
  "version": "1.0",
  "main": "index.js",
  "author": "ProgerSoft",
  "license": "MIT",
  "description": "An application, that renames the name of each file in a folder from 1 to their number",
  "devDependencies": {
    "electron": "^7.1.7",
    "electron-builder": "^21.2.0"
  },
  "scripts": {
    "start": "electron .",
    "dist": "electron-builder -wl"
  },
  "dependencies": {
    "bootstrap": "^4.4.1"
  }
}

How can I fix it?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question