sets up a dev folder and a separate install dependencies script
This commit is contained in:
parent
d002416131
commit
62450b5416
9
dev/compile.sh
Executable file
9
dev/compile.sh
Executable file
@ -0,0 +1,9 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
./install-dependencies.sh
|
||||||
|
|
||||||
|
cd ../
|
||||||
|
|
||||||
|
make
|
||||||
|
|
||||||
|
npm run tauri dev
|
@ -1,13 +1,15 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
make
|
|
||||||
|
|
||||||
cd bin/
|
cd ../
|
||||||
|
|
||||||
|
mkdir -p bin
|
||||||
|
cd bin
|
||||||
|
|
||||||
wget https://github.com/SuperNovaa41/isbn-lookup/releases/download/0.0.3/isbn
|
wget https://github.com/SuperNovaa41/isbn-lookup/releases/download/0.0.3/isbn
|
||||||
chmod +x isbn
|
chmod +x isbn
|
||||||
|
|
||||||
cd ..
|
cd ../
|
||||||
|
|
||||||
npm install # setup NPM depedencies
|
npm install
|
||||||
|
|
||||||
npm run tauri dev
|
cd dev/
|
Loading…
x
Reference in New Issue
Block a user