library-manager/compile.sh

14 lines
180 B
Bash
Raw Normal View History

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