From cb7c297443d92f3ad3b0eaa7570827d2df5906d1 Mon Sep 17 00:00:00 2001 From: Beethoven Date: Sat, 2 Aug 2025 20:15:57 -0500 Subject: [PATCH] (build/appimage/drop-app.d/) rename AppDir lol woops this caused a typo that cascaded into an appimage that failed to find the executable --- .../{drop-oss-app.d => drop-app.d}/.DirIcon | 0 .../appimage/{drop-oss-app.d => drop-app.d}/AppRun | 0 .../drop-oss-app.desktop | 0 .../{drop-oss-app.d => drop-app.d}/drop-oss-app.png | Bin .../usr/bin/.execs_go_here | 0 .../usr/lib/.libs_go_here | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename build/appimage/{drop-oss-app.d => drop-app.d}/.DirIcon (100%) rename build/appimage/{drop-oss-app.d => drop-app.d}/AppRun (100%) rename build/appimage/{drop-oss-app.d => drop-app.d}/drop-oss-app.desktop (100%) rename build/appimage/{drop-oss-app.d => drop-app.d}/drop-oss-app.png (100%) rename build/appimage/{drop-oss-app.d => drop-app.d}/usr/bin/.execs_go_here (100%) rename build/appimage/{drop-oss-app.d => drop-app.d}/usr/lib/.libs_go_here (100%) diff --git a/build/appimage/drop-oss-app.d/.DirIcon b/build/appimage/drop-app.d/.DirIcon similarity index 100% rename from build/appimage/drop-oss-app.d/.DirIcon rename to build/appimage/drop-app.d/.DirIcon diff --git a/build/appimage/drop-oss-app.d/AppRun b/build/appimage/drop-app.d/AppRun similarity index 100% rename from build/appimage/drop-oss-app.d/AppRun rename to build/appimage/drop-app.d/AppRun diff --git a/build/appimage/drop-oss-app.d/drop-oss-app.desktop b/build/appimage/drop-app.d/drop-oss-app.desktop similarity index 100% rename from build/appimage/drop-oss-app.d/drop-oss-app.desktop rename to build/appimage/drop-app.d/drop-oss-app.desktop diff --git a/build/appimage/drop-oss-app.d/drop-oss-app.png b/build/appimage/drop-app.d/drop-oss-app.png similarity index 100% rename from build/appimage/drop-oss-app.d/drop-oss-app.png rename to build/appimage/drop-app.d/drop-oss-app.png diff --git a/build/appimage/drop-oss-app.d/usr/bin/.execs_go_here b/build/appimage/drop-app.d/usr/bin/.execs_go_here similarity index 100% rename from build/appimage/drop-oss-app.d/usr/bin/.execs_go_here rename to build/appimage/drop-app.d/usr/bin/.execs_go_here diff --git a/build/appimage/drop-oss-app.d/usr/lib/.libs_go_here b/build/appimage/drop-app.d/usr/lib/.libs_go_here similarity index 100% rename from build/appimage/drop-oss-app.d/usr/lib/.libs_go_here rename to build/appimage/drop-app.d/usr/lib/.libs_go_here