Skip to content

Commit

Permalink
Try an alternate place
Browse files Browse the repository at this point in the history
  • Loading branch information
Tellinq authored May 25, 2024
1 parent 704ac3e commit 32d21ef
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions AUR/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ md5sums_x86_64=('')
md5sums_arm64=('')

prepare() {
if [ "${CARCH}" == 'arm64' ]; then
_appimage="CheatBreaker-ARM64.AppImage"
else
_appimage="CheatBreaker.AppImage"
fi
chmod +x "${_appimage}"
./"${_appimage}" --appimage-extract
}
Expand All @@ -29,11 +34,6 @@ build() {
}

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

# AppImage
install -Dm755 \
Expand Down

0 comments on commit 32d21ef

Please sign in to comment.