Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
decker
decker
Commits
5c3f943e
Commit
5c3f943e
authored
Apr 14, 2021
by
Kristof Korwisi
Browse files
Fixed copy command
parent
fbd4793e
Changes
1
Hide whitespace changes
Inline
Side-by-side
third-party/vendor.ps1
View file @
5c3f943e
...
...
@@ -63,4 +63,4 @@ Foreach ($i in ( "css\all.css", "webfonts")) {
# Copy video.js
New-Item
-Path
"
$support
\videojs"
-Force
-ItemType
"directory"
Copy-Item
"
$third
\video.js\*"
"
$support
\video.js"
-Force
\ No newline at end of file
Copy-Item
-Recurse
"
$third
\video.js\*"
"
$support
\videojs"
-Force
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment