From ae16bb352598e67c59d7a8641c20c044f74404ed Mon Sep 17 00:00:00 2001 From: cutls Date: Sun, 26 Jan 2020 23:54:47 +0900 Subject: [PATCH] misc --- app/view/make/make.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/view/make/make.js b/app/view/make/make.js index 57ff3291..23fef950 100644 --- a/app/view/make/make.js +++ b/app/view/make/make.js @@ -4,11 +4,7 @@ if (process.argv.indexOf('--automatic') === -1) { if (input) { ver = input } - //var basefile="../../" -} else { - //var basefile="./" } -//const { app } = require('electron'); const path = require('path') const basefile = path.join(__dirname, '../../') function main(ver, basefile) {