mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-12-28 09:23:34 +00:00
Fix shellcheck
This commit is contained in:
parent
252e69a6ba
commit
7d5dc101fa
@ -33,7 +33,7 @@ if [ "$DEPLOY_APPIMAGE" = "true" ]; then
|
|||||||
./squashfs-root/plugins/linuxdeploy-plugin-appimage/usr/bin/appimagetool AppDir -g
|
./squashfs-root/plugins/linuxdeploy-plugin-appimage/usr/bin/appimagetool AppDir -g
|
||||||
|
|
||||||
APPIMAGE_SUFFIX="linux_${CPU_ARCH}"
|
APPIMAGE_SUFFIX="linux_${CPU_ARCH}"
|
||||||
if [[ "$CPU_ARCH" = "x86_64" ]]; then
|
if [ "$CPU_ARCH" = "x86_64" ]; then
|
||||||
# Preserve back compat. Previous versions never included the full arch.
|
# Preserve back compat. Previous versions never included the full arch.
|
||||||
APPIMAGE_SUFFIX="linux64"
|
APPIMAGE_SUFFIX="linux64"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user