Skip to content

Commit

Permalink
packaging: use master branch for plugin addons
Browse files Browse the repository at this point in the history
  • Loading branch information
jgmdev committed Jan 8, 2023
1 parent 1504ad7 commit d6600b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ addons_download() {

# Downlaod thirdparty plugins
curl --insecure \
-L "https://github.com/lite-xl/lite-xl-plugins/archive/2.1.zip" \
-L "https://github.com/lite-xl/lite-xl-plugins/archive/master.zip" \
-o "${build_dir}/lite-xl-plugins.zip"

unzip "${build_dir}/lite-xl-plugins.zip" -d "${build_dir}"
mv "${build_dir}/lite-xl-plugins-2.1/plugins" "${build_dir}/third/data"
rm -rf "${build_dir}/lite-xl-plugins-2.1"
mv "${build_dir}/lite-xl-plugins-master/plugins" "${build_dir}/third/data"
rm -rf "${build_dir}/lite-xl-plugins-master"
}

# Addons installation: some distributions forbid external downloads
Expand Down

0 comments on commit d6600b1

Please sign in to comment.