Native files are now stored in the OS temp directory.
Temp folder is deleted when minecraft is closed. If the Node.js process ends abruptly, the folder will not delete. As a dirty way to counter this, the directory we extract native files to is cleaned in the preloader. Maybe we'll come up with a more elegant solution in the future.
This commit is contained in:
@@ -1350,7 +1350,7 @@ p {
|
||||
|
||||
/*******************************************************************************
|
||||
* *
|
||||
* Overlay View (app.ejs) *
|
||||
* Overlay View (overlay.ejs) *
|
||||
* *
|
||||
******************************************************************************/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user