Skip to content

Commit

Permalink
Fix binding generation failing on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mircearoata committed Feb 4, 2024
1 parent da819f7 commit 74d4adf
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ before:
- go generate -x -tags tools ./...
- go mod tidy
- ./.github/convertWailsJsonPaths.sh
- wails generate module
- pnpm -C frontend install
- pnpm -C frontend build

### Build

Expand All @@ -24,6 +27,11 @@ builds:
- -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}}
# Auto-update mode
- -X main.updateMode=standalone

flags:
- -s
- -skipbindings


- id: package-manager

Expand All @@ -41,6 +49,10 @@ builds:
# Auto-update mode
- -X main.updateMode=package-manager

flags:
- -s
- -skipbindings

- id: nsis

binary: SatisfactoryModManager-Setup # This name must match the nsis script OutFile, so the installer overwrites the wails built exe
Expand All @@ -60,6 +72,8 @@ builds:
- -X autoupdate.updateMode=nsis

flags:
- -s
- -skipbindings
- -nsis

### Package
Expand Down

0 comments on commit 74d4adf

Please sign in to comment.