summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-x[-rw-r--r--]scripts/deploy-database.sh0
-rwxr-xr-x[-rw-r--r--]scripts/fetch-player-dependencies.cr2
-rwxr-xr-x[-rw-r--r--]scripts/install-dependencies.sh0
3 files changed, 1 insertions, 1 deletions
diff --git a/scripts/deploy-database.sh b/scripts/deploy-database.sh
index fa24b8f0..fa24b8f0 100644..100755
--- a/scripts/deploy-database.sh
+++ b/scripts/deploy-database.sh
diff --git a/scripts/fetch-player-dependencies.cr b/scripts/fetch-player-dependencies.cr
index ed658b51..813e4ce4 100644..100755
--- a/scripts/fetch-player-dependencies.cr
+++ b/scripts/fetch-player-dependencies.cr
@@ -129,7 +129,7 @@ dependencies_to_install.each do |dep|
dep = "videojs.markers" if dep == "videojs-markers"
if File.exists?("#{download_path}/package/dist/#{dep}.css")
- if minified && File.exists?("#{tmp_dir_path}/#{dep}/package/dist/#{dep}.min.css")
+ if minified && File.exists?("#{download_path}/package/dist/#{dep}.min.css")
`mv #{download_path}/package/dist/#{dep}.min.css #{dest_path}/#{dep}.css`
else
`mv #{download_path}/package/dist/#{dep}.css #{dest_path}/#{dep}.css`
diff --git a/scripts/install-dependencies.sh b/scripts/install-dependencies.sh
index 1e67bdaf..1e67bdaf 100644..100755
--- a/scripts/install-dependencies.sh
+++ b/scripts/install-dependencies.sh