Directly link to our repo
This commit is contained in:
parent
4cf9d85986
commit
2e9619f630
|
@ -183,7 +183,7 @@ local function show_max_files_warning(dir)
|
||||||
"Filesystem is too slow: project files will not be indexed." or
|
"Filesystem is too slow: project files will not be indexed." or
|
||||||
"Too many files in project directory: stopped reading at "..
|
"Too many files in project directory: stopped reading at "..
|
||||||
config.max_project_files.." files. For more information see "..
|
config.max_project_files.." files. For more information see "..
|
||||||
"usage.md at github.com/franko/lite-xl."
|
"usage.md at github.com/lite-xl/lite-xl."
|
||||||
core.status_view:show_message("!", style.accent, message)
|
core.status_view:show_message("!", style.accent, message)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -737,7 +737,7 @@ function core.init()
|
||||||
"Refused Plugins",
|
"Refused Plugins",
|
||||||
string.format(
|
string.format(
|
||||||
"Some plugins are not loaded due to version mismatch.\n\n%s.\n\n" ..
|
"Some plugins are not loaded due to version mismatch.\n\n%s.\n\n" ..
|
||||||
"Please download a recent version from https://github.com/franko/lite-plugins.",
|
"Please download a recent version from https://github.com/lite-xl/lite-xl-plugins.",
|
||||||
table.concat(msg, ".\n\n")),
|
table.concat(msg, ".\n\n")),
|
||||||
opt, function(item)
|
opt, function(item)
|
||||||
if item.text == "Exit" then os.exit(1) end
|
if item.text == "Exit" then os.exit(1) end
|
||||||
|
|
|
@ -47,7 +47,7 @@ workdir=".repackage"
|
||||||
rm -fr "$workdir" && mkdir "$workdir" && pushd "$workdir"
|
rm -fr "$workdir" && mkdir "$workdir" && pushd "$workdir"
|
||||||
|
|
||||||
fetch_packages_from_github () {
|
fetch_packages_from_github () {
|
||||||
assets=($($wget -q -nv -O- https://api.github.com/repos/franko/lite-xl/releases/latest | grep "browser_download_url" | cut -d '"' -f 4))
|
assets=($($wget -q -nv -O- https://api.github.com/repos/lite-xl/lite-xl/releases/latest | grep "browser_download_url" | cut -d '"' -f 4))
|
||||||
|
|
||||||
for url in "${assets[@]}"; do
|
for url in "${assets[@]}"; do
|
||||||
echo "getting: $url"
|
echo "getting: $url"
|
||||||
|
|
Loading…
Reference in New Issue