mirror of https://github.com/Kylart/KawAnime.git
Fix after build script for other platforms
This commit is contained in:
parent
5915f5519c
commit
0a41454470
|
@ -23,4 +23,6 @@ function windows () {
|
|||
})
|
||||
}
|
||||
|
||||
module.exports = actions[process.platform]()
|
||||
(
|
||||
actions[process.platform] || (() => {})
|
||||
)()
|
||||
|
|
Loading…
Reference in New Issue