We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c5abf1 commit 340952eCopy full SHA for 340952e
modules/install.am
@@ -475,7 +475,7 @@ _3rd_party_apps_handler() {
475
# Create the installation script
476
if [ "$tp_extension" = appbundle ]; then
477
TEMPLATE_NAME="AM-SAMPLE-AppBundle"
478
- elif echo "$url_content" | grep -qi "\.appimage$\|\.nixappimage$\|/appimage/"; then
+ elif echo "$url_content" | grep -qi "\.appimage$\|\.nixappimage$\|/appimage/" && [ "$tp_extension" != soarpkg ]; then
479
TEMPLATE_NAME="AM-SAMPLE-AppImage"
480
elif echo "$url_content" | grep -qi "/runimage/"; then
481
TEMPLATE_NAME="AM-SAMPLE-RunImage"
0 commit comments