Open kusa-mochi opened 2 years ago
Defined "name", "email", "url" and "author" in the package.json. Like this:
{
"name": "Mochi", "email": "whoatemyapplepie@gmail.com", "url": "https://slash-mochi.net/", "author": "Mochi whoatemyapplepie@gmail.com",
And run the next command:
USE_SYSTEM_FPM=true yarn electron:build --linux deb --armv7l
Then the build was completed. The name of the output file was "Mochi_0.1.1_armv7l.deb".
Installed Ruby and FPM according to this site.
modified package.json to this:
and create vue.config.js file in the folder that has package.json. The content of vue.config.js is like this:
Then, run the next command:
Finally got next error...