From 71049cabf6c0b6e8b6ad4fcb14ef54b5ec54a251 Mon Sep 17 00:00:00 2001 From: Itai Nelken <70802936+Itai-Nelken@users.noreply.github.com> Date: Sat, 6 Feb 2021 17:07:06 +0200 Subject: [PATCH 1/3] Update install-32 --- apps/Whatsapp/install-32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/Whatsapp/install-32 b/apps/Whatsapp/install-32 index 08960b5..71fdd4f 100755 --- a/apps/Whatsapp/install-32 +++ b/apps/Whatsapp/install-32 @@ -7,7 +7,7 @@ function error { exit 1 } -wget https://github.com/Itai-Nelken/Nativefier-Whatsapp-Web/releases/download/v1.0/WhatsAppWeb-linux-armv7l.tray.tar.xz || error 'Failed to download!' +wget https://github.com/Itai-Nelken/Nativefier-WebApps/releases/download/v1.0/WhatsAppWeb-linux-armv7l.tray.tar.xz || error 'Failed to download!' tar -xf WhatsAppWeb-linux-armv7l.tray.tar.xz || error "Failed to extract!" rm WhatsAppWeb-linux-armv7l.tray.tar.xz mv "WhatsAppWeb-linux-armv7l(tray)" WhatsAppWeb From 9505bb2cecf61c266067f7a360ec79e6eada9729 Mon Sep 17 00:00:00 2001 From: Itai Nelken <70802936+Itai-Nelken@users.noreply.github.com> Date: Sat, 6 Feb 2021 17:08:10 +0200 Subject: [PATCH 2/3] Update install-64 --- apps/Whatsapp/install-64 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/Whatsapp/install-64 b/apps/Whatsapp/install-64 index 4b7fc4d..2dbec3c 100755 --- a/apps/Whatsapp/install-64 +++ b/apps/Whatsapp/install-64 @@ -7,7 +7,7 @@ function error { exit 1 } -wget https://github.com/Itai-Nelken/Nativefier-Whatsapp-Web/releases/download/v1.0/WhatsAppWeb-linux-arm64.tray.tar.xz || error 'Failed to download!' +wget https://github.com/Itai-Nelken/Nativefier-WebApps/releases/download/v1.0/WhatsAppWeb-linux-arm64.tray.tar.xz || error 'Failed to download!' tar -xf WhatsAppWeb-linux-arm64.tray.tar.xz || error "Failed to extract!" rm WhatsAppWeb-linux-arm64.tray.tar.xz mv "WhatsAppWeb-linux-arm64(tray)" WhatsAppWeb From 6ca4489bc47cf7bc93954d113934ae6e252ac1e3 Mon Sep 17 00:00:00 2001 From: Itai Nelken <70802936+Itai-Nelken@users.noreply.github.com> Date: Sat, 6 Feb 2021 17:09:20 +0200 Subject: [PATCH 3/3] Update createapp --- createapp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/createapp b/createapp index 134ef6a..a87ed5a 100755 --- a/createapp +++ b/createapp @@ -272,7 +272,7 @@ Or do you want one combined install script?" | yad --text-info --fontname=12 --w output="$(yad --form --on-top \ --title="Create App: Step $step" --window-icon="${DIRECTORY}/icons/logo.png" --center --width=310 --height=$windowheight \ --text="Now it"\'"s time to make your install-32 and install-64 scripts. -One of these scripts will be executed when somebody clicks you app"\'"s Install button. +One of these scripts will be executed when somebody clicks your app"\'"s Install button. Two text editors should have openened and you can create your scripts." \ --field="Run install-32 script":FBTN "${DIRECTORY}/etc/terminal-run "\""cd $HOME;$'${DIRECTORY}/apps/${name}/install-32';echo 'Closing in 10 seconds.';sleep 10"\"" "\""Running install-32 script of $name"\""" \ --field="Shellcheck install-32"!!'Having problems? This utility helps you locate syntax errors.':FBTN "${DIRECTORY}/etc/terminal-run "\""shellcheck $'${DIRECTORY}/apps/${name}/install-32';echo 'Press Enter to exit.';read enter"\"" "\""Shellcheck"\""" \