(build/) add build directory for non-tauri builds

This commit is contained in:
Beethoven
2025-08-02 16:44:49 -05:00
parent 7db2e42006
commit 849dc26677
7 changed files with 0 additions and 12 deletions

View File

@ -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

View File

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB