library-manager/compile.sh

17 lines
185 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/release/isbn
chmod +x isbn
cd ..
npm install # setup NPM depedencies
npm run tauri dev