From 9801402638cc267c15b43d8d3aeeda05269c0595 Mon Sep 17 00:00:00 2001 From: "j.spijker@ultimaker.com" Date: Fri, 1 Jul 2022 05:37:08 +0200 Subject: [PATCH] Moved AppImage files to dedicated folder Contributes to CURA-9365 --- packaging/{ => AppImage}/AppRun | 0 packaging/{ => AppImage}/create_appimage.py | 0 packaging/{ => AppImage}/cura.appdata.xml | 0 packaging/{ => AppImage}/cura.desktop.jinja | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename packaging/{ => AppImage}/AppRun (100%) rename packaging/{ => AppImage}/create_appimage.py (100%) rename packaging/{ => AppImage}/cura.appdata.xml (100%) rename packaging/{ => AppImage}/cura.desktop.jinja (100%) diff --git a/packaging/AppRun b/packaging/AppImage/AppRun similarity index 100% rename from packaging/AppRun rename to packaging/AppImage/AppRun diff --git a/packaging/create_appimage.py b/packaging/AppImage/create_appimage.py similarity index 100% rename from packaging/create_appimage.py rename to packaging/AppImage/create_appimage.py diff --git a/packaging/cura.appdata.xml b/packaging/AppImage/cura.appdata.xml similarity index 100% rename from packaging/cura.appdata.xml rename to packaging/AppImage/cura.appdata.xml diff --git a/packaging/cura.desktop.jinja b/packaging/AppImage/cura.desktop.jinja similarity index 100% rename from packaging/cura.desktop.jinja rename to packaging/AppImage/cura.desktop.jinja