library-manager/compile.sh
2024-01-22 15:06:10 -05:00

17 lines
185 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