Add native application verison: Source build, aur (makepkg) #1

Merged
incentive merged 15 commits from incentive/relibre:main into main 2025-10-18 10:28:59 -04:00
Showing only changes of commit 2cd8af585e - Show all commits

View File

@@ -4,7 +4,7 @@ APP=relibre-app
.PHONY: deps run build clean
deps:
# Add dependency and generate go.sum
go get github.com/webview/webview_go@v0.1.1
go get github.com/webview/webview_go@latest
go mod tidy
run: