Skip to content

Commit

Permalink
Evaluate twice...
Browse files Browse the repository at this point in the history
  • Loading branch information
Tellinq authored May 25, 2024
1 parent 32d21ef commit 65d6ff3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion AUR/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,12 @@ build() {
}

package() {

if [ "${CARCH}" == 'arm64' ]; then
_appimage="CheatBreaker-ARM64.AppImage"
else
_appimage="CheatBreaker.AppImage"
fi

# AppImage
install -Dm755 \
"${srcdir}/${_appimage}" \
Expand Down

0 comments on commit 65d6ff3

Please sign in to comment.