From 7555cc3cdf4cf14a7812d45c2f0f2a82345d4e15 Mon Sep 17 00:00:00 2001 From: Beethoven Date: Sat, 2 Aug 2025 16:44:49 -0500 Subject: [PATCH] (build/) add build directory for non-tauri builds --- appimage/build_appimage.sh | 12 ------------ .../appimage}/drop-oss-app.d/.DirIcon | 0 {appimage => build/appimage}/drop-oss-app.d/AppRun | 0 .../appimage}/drop-oss-app.d/drop-oss-app.desktop | 0 .../appimage}/drop-oss-app.d/drop-oss-app.png | Bin .../appimage}/drop-oss-app.d/usr/bin/.execs_go_here | 0 .../appimage}/drop-oss-app.d/usr/lib/.libs_go_here | 0 7 files changed, 12 deletions(-) delete mode 100755 appimage/build_appimage.sh rename {appimage => build/appimage}/drop-oss-app.d/.DirIcon (100%) rename {appimage => build/appimage}/drop-oss-app.d/AppRun (100%) rename {appimage => build/appimage}/drop-oss-app.d/drop-oss-app.desktop (100%) rename {appimage => build/appimage}/drop-oss-app.d/drop-oss-app.png (100%) rename {appimage => build/appimage}/drop-oss-app.d/usr/bin/.execs_go_here (100%) rename {appimage => build/appimage}/drop-oss-app.d/usr/lib/.libs_go_here (100%) diff --git a/appimage/build_appimage.sh b/appimage/build_appimage.sh deleted file mode 100755 index 79c5fe6..0000000 --- a/appimage/build_appimage.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -cd ../ -git submodule init -git submodule update --recursive - -yarn -yarn tauri build --no-bundle - -cp src-tauri/target/release/drop-app appimage/drop-oss-app.d/usr/bin - -# next thing is dependency fetching. how do we do this without tauri diff --git a/appimage/drop-oss-app.d/.DirIcon b/build/appimage/drop-oss-app.d/.DirIcon similarity index 100% rename from appimage/drop-oss-app.d/.DirIcon rename to build/appimage/drop-oss-app.d/.DirIcon diff --git a/appimage/drop-oss-app.d/AppRun b/build/appimage/drop-oss-app.d/AppRun similarity index 100% rename from appimage/drop-oss-app.d/AppRun rename to build/appimage/drop-oss-app.d/AppRun diff --git a/appimage/drop-oss-app.d/drop-oss-app.desktop b/build/appimage/drop-oss-app.d/drop-oss-app.desktop similarity index 100% rename from appimage/drop-oss-app.d/drop-oss-app.desktop rename to build/appimage/drop-oss-app.d/drop-oss-app.desktop diff --git a/appimage/drop-oss-app.d/drop-oss-app.png b/build/appimage/drop-oss-app.d/drop-oss-app.png similarity index 100% rename from appimage/drop-oss-app.d/drop-oss-app.png rename to build/appimage/drop-oss-app.d/drop-oss-app.png diff --git a/appimage/drop-oss-app.d/usr/bin/.execs_go_here b/build/appimage/drop-oss-app.d/usr/bin/.execs_go_here similarity index 100% rename from appimage/drop-oss-app.d/usr/bin/.execs_go_here rename to build/appimage/drop-oss-app.d/usr/bin/.execs_go_here diff --git a/appimage/drop-oss-app.d/usr/lib/.libs_go_here b/build/appimage/drop-oss-app.d/usr/lib/.libs_go_here similarity index 100% rename from appimage/drop-oss-app.d/usr/lib/.libs_go_here rename to build/appimage/drop-oss-app.d/usr/lib/.libs_go_here