Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

Fix Error in building the app #1118

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 5 additions & 1 deletion template/.electron-vue/build.js
Expand Up @@ -38,11 +38,15 @@ async function build () {

del.sync(['dist/electron/*', '!.gitkeep'])

/**

Please either remove these commented lines or put another name

const tasks = ['main', 'renderer']
const m = new Multispinner(tasks, {
preText: 'building',
postText: 'process'
})
})**/

let results = ''

Expand Down