misc
This commit is contained in:
parent
7bf5353f05
commit
ae16bb3525
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user