This commit is contained in:
cutls 2020-01-26 23:54:47 +09:00
parent 7bf5353f05
commit ae16bb3525

View File

@ -4,11 +4,7 @@ if (process.argv.indexOf('--automatic') === -1) {
if (input) { if (input) {
ver = input ver = input
} }
//var basefile="../../"
} else {
//var basefile="./"
} }
//const { app } = require('electron');
const path = require('path') const path = require('path')
const basefile = path.join(__dirname, '../../') const basefile = path.join(__dirname, '../../')
function main(ver, basefile) { function main(ver, basefile) {