From 1ea6fd75b5bb5d969c1818c1760911c499028a5b Mon Sep 17 00:00:00 2001 From: peri4 Date: Thu, 22 May 2025 10:55:11 +0300 Subject: [PATCH] ubuntu 25.04 apt fix --- platforms.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platforms.json b/platforms.json index bea9a61..fa94a94 100644 --- a/platforms.json +++ b/platforms.json @@ -230,7 +230,7 @@ "image_basename": "ubuntu25.04", "build_options": { "image_from": "ubuntu:25.04", - "image_prepare_script": "install_apt.sh", + "image_prepare_script": "install_apt_ubuntu25.04.sh", "QT_FROM_SOURCE": false } },