refactor:package build
This commit is contained in:
@@ -19,7 +19,7 @@ let unzip_path:string = ""
|
||||
if(isDevelopment){
|
||||
unzip_path = join("./","instance/")
|
||||
}else{
|
||||
unzip_path = join(getCurrnetDir().replace("ndist",""),"instance")
|
||||
unzip_path = join(getCurrnetDir().replace("dist",""),"instance")
|
||||
}
|
||||
let zipnamew: string = ""
|
||||
const argv = process.argv.slice(2)[0];
|
||||
|
||||
Reference in New Issue
Block a user