Initial Commit

This commit is contained in:
OleSTEEP 2023-12-29 23:09:55 +03:00
commit ec5c71b3ac
1712 changed files with 1767257 additions and 0 deletions

View file

@ -0,0 +1,15 @@
const ROOT_PATH = ".";
window.platform = "android";
window.process = {
env: {},
mainModule: {
filename: `${ROOT_PATH}/OMORI.exe`
}
};
window.process.env = {
ROOT_PATH: ROOT_PATH,
LOCALAPPDATA: `${ROOT_PATH}/appdata`
};