Skip to content

Commit 340952e

Browse files
authored
Prevent soarpkg AppImages from using the classic template
1 parent 4c5abf1 commit 340952e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/install.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ _3rd_party_apps_handler() {
475475
# Create the installation script
476476
if [ "$tp_extension" = appbundle ]; then
477477
TEMPLATE_NAME="AM-SAMPLE-AppBundle"
478-
elif echo "$url_content" | grep -qi "\.appimage$\|\.nixappimage$\|/appimage/"; then
478+
elif echo "$url_content" | grep -qi "\.appimage$\|\.nixappimage$\|/appimage/" && [ "$tp_extension" != soarpkg ]; then
479479
TEMPLATE_NAME="AM-SAMPLE-AppImage"
480480
elif echo "$url_content" | grep -qi "/runimage/"; then
481481
TEMPLATE_NAME="AM-SAMPLE-RunImage"

0 commit comments

Comments
 (0)