library-manager/compile.sh
2024-01-23 15:28:55 -05:00

14 lines
182 B
Bash
Executable File

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