From a06de123b069f0b82decf7eecfa1d5b7d62ef700 Mon Sep 17 00:00:00 2001 From: Abylaikhan Zulbukharov Date: Fri, 25 Oct 2019 00:13:13 +0600 Subject: [PATCH] Update exam.sh update AppImage 1.0.0 => 1.0.1 --- scripts/exam.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/exam.sh b/scripts/exam.sh index e81afcac6..8fd56ce60 100755 --- a/scripts/exam.sh +++ b/scripts/exam.sh @@ -6,25 +6,25 @@ script_dir="$(cd -P "$(dirname "$BASH_SOURCE")" && pwd)" cd $script_dir . set.sh -wget https://github.com/01-edu/public/releases/download/exam/exam.1.0.0.AppImage -O /usr/local/bin/exam.1.0.0.AppImage -chmod +x /usr/local/bin/exam.1.0.0.AppImage +wget https://01.alem.school/assets/files/exam.1.0.1.AppImage -O /usr/local/bin/exam.1.0.1.AppImage +chmod +x /usr/local/bin/exam.1.0.1.AppImage cat < /home/student/.local/share/applications/appimagekit-exam.desktop [Desktop Entry] Name=exam Comment=the exam client -Exec="/usr/local/bin/exam.1.0.0.AppImage" %U +Exec="/usr/local/bin/exam.1.0.1.AppImage" %U Terminal=false Type=Application Icon=appimagekit-exam StartupWMClass=exam -X-AppImage-Version=1.0.0 +X-AppImage-Version=1.0.1 MimeType=x-scheme-handler/exam; Categories=Utility; X-AppImage-BuildId=1RHp8aPhkSgD1PXGL1NW5QDsbFF X-Desktop-File-Install-Version=0.23 X-AppImage-Comment=Generated by /tmp/.mount_exam.1PqfsDP/AppRun -TryExec=/usr/local/bin/exam.1.0.0.AppImage +TryExec=/usr/local/bin/exam.1.0.1.AppImage EOF chown student:student /home/student/.local/share/applications/appimagekit-exam.desktop