Rename www to www.rus

This commit is contained in:
OleSTEEP 2024-01-15 18:35:29 +03:00
parent 8ea7a858d0
commit 7bf44fa645
1878 changed files with 395385 additions and 395385 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`
};