Fix AppImage build script

This commit is contained in:
Veronica Berglyd Olsen
2025-04-20 14:58:00 +02:00
parent f64c3bfeb2
commit 6fa33b9187
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -43,8 +43,8 @@ def appImage(args: argparse.Namespace) -> None:
)
sys.exit(1)
if sys.platform == "linux":
print("ERROR: Command 'build-ubuntu' can only be used on Linux")
if sys.platform != "linux":
print("ERROR: Command 'build-appimage' can only be used on Linux")
sys.exit(1)
print("")