(appimage/build_appimage.sh)
This commit is contained in:
parent
61fa43dd86
commit
7db2e42006
1 changed files with 12 additions and 0 deletions
12
appimage/build_appimage.sh
Executable file
12
appimage/build_appimage.sh
Executable file
|
|
@ -0,0 +1,12 @@
|
|||
#!/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
|
||||
Loading…
Add table
Add a link
Reference in a new issue