Answer the question
In order to leave comments, you need to log in
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:
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"
}
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question