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