diff options
| author | Pliable Pixels <pliablepixels@users.noreply.github.com> | 2020-01-11 08:31:31 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-11 08:31:31 +0530 |
| commit | 776db869114f1245ca2fba00c019f74ec07e33a3 (patch) | |
| tree | 30f8fd0b92108b0f1adb9f24ca16530c25574bfb /make_desktop.sh | |
| parent | b32de1f2bd3106367da8910ffac5ef6f4813d24c (diff) | |
| parent | c3f6f0f551f25ed184d171e919f131dac478e0f6 (diff) | |
Merge pull request #885 from neillbell/884-runtime-missing-modules-problem
Added missing dependencies that were causing a run-time error
Diffstat (limited to 'make_desktop.sh')
| -rwxr-xr-x | make_desktop.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/make_desktop.sh b/make_desktop.sh index 6d778aac..60d7c240 100755 --- a/make_desktop.sh +++ b/make_desktop.sh @@ -100,7 +100,17 @@ do exe cp -R node_modules/menu $i/app/node_modules exe cp -R node_modules/clivas $i/app/node_modules exe cp -R node_modules/keypress $i/app/node_modules + exe cp -R node_modules/define-properties $i/app/node_modules + exe cp -R node_modules/es-abstract $i/app/node_modules + exe cp -R node_modules/function-bind $i/app/node_modules + exe cp -R node_modules/has $i/app/node_modules + exe cp -R node_modules/has-symbols $i/app/node_modules + exe cp -R node_modules/is-arguments $i/app/node_modules + exe cp -R node_modules/is-date-object $i/app/node_modules + exe cp -R node_modules/is-regex $i/app/node_modules + exe cp -R node_modules/object-is $i/app/node_modules exe cp -R node_modules/object-keys $i/app/node_modules + exe cp -R node_modules/regexp.prototype.flags $i/app/node_modules echo Copying over zmNinja code... exe cp package.json $i/app |
