mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2025-11-15 17:21:19 +10:00
13 lines
245 B
Bash
Executable File
13 lines
245 B
Bash
Executable File
#!/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
|