d062644a3ea97cbb815715d87ccccf78204987ef
* added package flag to build ci * bump wails-build-action version * updated dependencies and go version to 1.24 * fixed wails build action version and point to go1.24 * using main version of wails build action * added dependencies step * added write permission for workflow * switched alsa dep for proper dep * added pnpm install step * added pnpm version * added os name to binary output * undo last commit * renamed windows binary, manually handle release * fixed github ref name variable * moved release to different job * set build pre-req for release * fixing artifact handling, manual upload * fixed working directory * fixed artifact naming * fixing upload and download * fixed artifact upload name * fixed upload artifact name again * upload all binaries * fixed input and output binary files * removed temporary artifact deletion * trying to fix the artifact path for upload * fix release glob pattern * fixed glob path for subdirectories from download step * fixed release version * oops wrong release action version * lets put all artifacts in the same directory * remove prerelease * set static run name * added find steps for troubleshooting * fix windows path for debugging * turns out you cant do conditionals on matrix * apparently you cant use type on windows either * separated build jobs for each platform * hopefully fixed all of the find commands * hope to fix the windows dir command * trying to add quotes to fix windows dir command * ill try powershell instead * fixed windows upload file and named find step * fixed mac file upload
YellowJacket
A MusicBee inspired music player and library manager.
Install
TODO: put release links here
Features
TODO: add feature list and screenshots here
Development
YellowJacket relies on Wails for development. Wails allows us to build a frontend with HTML/CSS/JS and backend with Golang.
Prerequisites
-
First, you will need Go installed.
-
Then, you will need the
wailscli tool.Install it with
go install github.com/wailsapp/wails/v2/cmd/wails@latest -
After installing the Wails CLI you may need some build dependencies. View the missing Wails dependencies by running
wails doctor. Using your system's package manager, install the missing dependencies.
Dev Server
To run the Wails hot-reloading dev server, run make dev in the root of the project.