fix library path

This commit is contained in:
lxsang 2021-01-04 09:38:08 +00:00
parent 2be2bae35c
commit 96fc36be9a
3 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -202,7 +202,7 @@ DiffEditor.dependencies = [
"os://scripts/ace/ace.js", "os://scripts/ace/ace.js",
"os://scripts/ace/ext-language_tools.js", "os://scripts/ace/ext-language_tools.js",
"os://scripts/ace/ext-themelist.js", "os://scripts/ace/ext-themelist.js",
"os://scripts/ace/ext-language_tools.js", "os://scripts/ace/ext-modelist.js",
"pkg://AceDiff/main.js", "pkg://AceDiff/main.js",
"pkg://AceDiff/main.css" "pkg://AceDiff/main.css"
] ]