Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add windows installer and tray app #294

Merged
merged 11 commits into from
May 25, 2024
Prev Previous commit
Next Next commit
undo temporary changes to goreleaser for testing
  • Loading branch information
garethgeorge committed May 24, 2024
commit 4f420f155fa933f20d7b4e29cb84b9a4d5d258d9
6 changes: 3 additions & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ env:
before:
hooks:
- go mod tidy
# - npm --prefix webui install
# - sh -c "GOOS=linux BACKREST_BUILD_VERSION={{.Version}} go generate ./..."
# - sh -c "GOOS=windows BACKREST_BUILD_VERSION={{.Version}} go generate ./..."
- npm --prefix webui install
- sh -c "GOOS=linux BACKREST_BUILD_VERSION={{.Version}} go generate ./..."
- sh -c "GOOS=windows BACKREST_BUILD_VERSION={{.Version}} go generate ./..."

builds:
- id: other
Expand Down