5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-03 00:09:56 +08:00
wails/v2/pkg/commands/build
Lea Anthony 5a3d45b535
Override platform with GOOS and GOARCH (#1618)
* Override platform with GOOS and GOARCH

* Update v2/cmd/wails/internal/commands/build/build.go

Co-authored-by: stffabi <stffabi@users.noreply.github.com>

* Only use GOOS and GOARCH env vars for default target

* Update docs. Add dryrun flag for testing

* Update v2/cmd/wails/internal/commands/build/build.go

Co-authored-by: stffabi <stffabi@users.noreply.github.com>

* Fix scenario where no arch specified

* Fixed banner

Co-authored-by: stffabi <stffabi@users.noreply.github.com>
2022-07-21 21:25:57 +10:00
..
internal/packager Update NSIS guide. Backport docs to .34. Fix references. Fix titles. 2022-03-31 12:23:28 +11:00
base_test.go Override platform with GOOS and GOARCH (#1618) 2022-07-21 21:25:57 +10:00
base.go feature: Add -windowsconsole flag 2022-07-04 22:52:50 +10:00
build.go Override platform with GOOS and GOARCH (#1618) 2022-07-21 21:25:57 +10:00
builder.go Remove unused directories + tidy up 2022-03-29 21:47:26 +11:00
desktop.go Remove unused directories + tidy up 2022-03-29 21:47:26 +11:00
nsis_installer.go [v2] NSIS installer support for Windows (#1184) 2022-03-02 19:44:31 +11:00
packager_linux.go Remove unused directories + tidy up 2022-03-29 21:47:26 +11:00
packager.go Ensure default icon is generated regardless of icon.ico availability 2022-03-14 22:35:21 +11:00