From e13d7f046d3e2e162ee39255a8ff8630d683a86e Mon Sep 17 00:00:00 2001 From: Itai-Nelken Date: Tue, 18 May 2021 16:51:59 +0300 Subject: [PATCH] Update StackEdit --- apps/StackEdit/install-32 | 2 +- apps/StackEdit/install-64 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/StackEdit/install-32 b/apps/StackEdit/install-32 index 7ec884a..28a1c22 100755 --- a/apps/StackEdit/install-32 +++ b/apps/StackEdit/install-32 @@ -9,7 +9,7 @@ function error { cd $HOME echo "Downloading..." -wget https://github.com/Itai-Nelken/Nativefier-WebApps/releases/download/v2.0/StackEdit-linux-armv7l.tar.xz || error 'Failed to Download!' +wget https://github.com/Itai-Nelken/Nativefier-WebApps/releases/download/v3.0/StackEdit-nativefier_20210518_armv7l.deb || error 'Failed to Download!' echo "extracting..." tar -xf StackEdit-linux-armv7l.tar.xz || error "Failed to extract!" echo "Renaming folder..." diff --git a/apps/StackEdit/install-64 b/apps/StackEdit/install-64 index 1d00a77..fab4677 100755 --- a/apps/StackEdit/install-64 +++ b/apps/StackEdit/install-64 @@ -9,7 +9,7 @@ function error { cd $HOME echo "Downloading..." -wget https://github.com/Itai-Nelken/Nativefier-WebApps/releases/download/v2.0/StackEdit-linux-arm64.tar.xz || error 'Failed to Download!' +wget https://github.com/Itai-Nelken/Nativefier-WebApps/releases/download/v3.0/StackEdit-linux-arm64.tar.xz || error 'Failed to Download!' echo "extracting..." tar -xf StackEdit-linux-arm64.tar.xz || error "Failed to extract!" echo "Renaming folder..."