Install, update, upgrade, and do other things to spicetify with only a click of a button
Note: Tested on windows only, but should work on linux/mac
Another note: I made this app so i can experiment with tauri and learn it, I'll probably rarely update the code unless there's bugs.
- Go to releases
- Download the installer according to your system
- Run the installer
- install NPM dependencies, by running
npm install
in the directory - Set up Tauri
- That's pretty much it
Commands to note:
- for web dev, run
npm run dev
- for app dev, run
npm run tauri:dev
- for building app, run
npm run tauri:build