summarylogtreecommitdiffstats
path: root/update.sh
diff options
context:
space:
mode:
authorgardenapple2024-06-28 19:36:11 +0300
committergardenapple2024-06-28 19:36:11 +0300
commit8d1f807b5ccdaa16f69612f5c4d03660f00a25b6 (patch)
treebcabac0e5b4eecefe6d643eae61181d4abd6c2b1 /update.sh
parent1444416cda51e66c7c84cfd11184f0200508072e (diff)
downloadaur-duckstation-qt-bin.tar.gz
Revision 6995
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh7
1 files changed, 6 insertions, 1 deletions
diff --git a/update.sh b/update.sh
index 2a3ffee26097..e81b9c65a975 100755
--- a/update.sh
+++ b/update.sh
@@ -1,8 +1,13 @@
#!/bin/sh
+
+# Script to help the package maintainer(s).
+# Don't worry about this file if you're just installing the package.
+# Requires xq, wget
+
set -o errexit
-wget --no-clobber 'https://github.com/stenzek/duckstation/releases/download/latest/DuckStation-x64.AppImage'
rm -rf ./squashfs-root
+wget --no-clobber 'https://github.com/stenzek/duckstation/releases/download/latest/DuckStation-x64.AppImage'
chmod u+x ./DuckStation-x64.AppImage
./DuckStation-x64.AppImage --appimage-extract