if the file being received already exists locally, it will be renamed
This commit is contained in:
@@ -42,8 +42,8 @@ builds:
|
||||
hooks:
|
||||
pre:
|
||||
- "wails3 generate icons -input goreleaser/icon.png -windowsfilename goreleaser/icon.ico"
|
||||
- "wails3 generate syso -arch amd64 -icon goreleaser/icon.ico -manifest goreleaser/wails.exe.manifest -info goreleaser/info.json -out goreleaser/wails_windows_amd64.syso"
|
||||
post: "rm -f goreleaser/wails_windows_amd64.syso"
|
||||
- "wails3 generate syso -arch amd64 -icon goreleaser/icon.ico -manifest goreleaser/wails.exe.manifest -info goreleaser/info.json -out wails_windows_amd64.syso"
|
||||
post: "rm -f wails_windows_amd64.syso"
|
||||
|
||||
archives:
|
||||
- formats: ["tar.gz"]
|
||||
|
||||
Reference in New Issue
Block a user