#!/bin/sh
make
cd bin/
wget https://github.com/SuperNovaa41/isbn-lookup/releases/download/0.0.2/isbn
chmod +x isbn
cd ..
npm install # setup NPM depedencies
npm run tauri dev