14 lines
180 B
Bash
Executable File
14 lines
180 B
Bash
Executable File
#!/bin/sh
|
|
make
|
|
|
|
cd bin/
|
|
|
|
wget https://github.com/SuperNovaa41/isbn-lookup/releases/download/0.0.3/isbn
|
|
chmod +x isbn
|
|
|
|
cd ..
|
|
|
|
npm install # setup NPM depedencies
|
|
|
|
npm run tauri dev
|