mirror of
https://github.com/xlmnxp/blue-recorder.git
synced 2024-11-24 01:24:07 +03:00
update appimage
This commit is contained in:
parent
1c65de57b7
commit
c5f9b8033e
@ -11,7 +11,7 @@ then
|
|||||||
then
|
then
|
||||||
echo "pkg2appimage-x86_64.AppImage found."
|
echo "pkg2appimage-x86_64.AppImage found."
|
||||||
else
|
else
|
||||||
curl --tlsv1.3 --output "$PWD/pkg2appimage-x86_64.AppImage" --url "https://github.com/AppImage/pkg2appimage/releases/download/continuous/pkg2appimage-x86_64.AppImage"
|
wget "https://github.com/AppImage/pkg2appimage/releases/download/continuous/pkg2appimage-x86_64.AppImage"
|
||||||
#Make sure pkg2appimage is available.
|
#Make sure pkg2appimage is available.
|
||||||
if [[ -f pkg2appimage-x86_64.AppImage ]]
|
if [[ -f pkg2appimage-x86_64.AppImage ]]
|
||||||
then
|
then
|
||||||
@ -28,7 +28,7 @@ if [[ -f appimagetool-x86_64.AppImage ]]
|
|||||||
then
|
then
|
||||||
echo "appimagetool-x86_64.AppImage found."
|
echo "appimagetool-x86_64.AppImage found."
|
||||||
else
|
else
|
||||||
curl --tlsv1.3 --output "$PWD/appimagetool-x86_64.AppImage" --url "https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage"
|
wget "https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage"
|
||||||
#Make sure appimagetool is available.
|
#Make sure appimagetool is available.
|
||||||
if [[ -f appimagetool-x86_64.AppImage ]]
|
if [[ -f appimagetool-x86_64.AppImage ]]
|
||||||
then
|
then
|
||||||
|
Loading…
Reference in New Issue
Block a user