5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-03 22:02:01 +08:00
wails/v2/pkg/commands/build
Valentin Trinqué e6424dc8ab
Update icon.ico file mode (#1154)
* Add os.O_WRONLY to icon.ico to avoid bad file descriptor error

* Wrap errors coming from winres.LoadICO()

If the file exists but is empty, a blunt "Unexpected EOF" is returned, and propagated as is.

This is not super helpful when trying to pin point what's going on.

Wrapping the error helps to locate the problem.
2022-02-16 06:02:45 +11:00
..
internal/packager refactor: move from io/ioutil to io and os packages 2021-11-25 12:15:43 +08:00
base_test.go Support upserting environment variables 2021-03-12 23:41:13 +11:00
base.go Try to provide help when old xcode tools installed. #1142 2022-02-12 21:12:17 +11:00
build.go [mac] Better support for multi-builds 2022-02-10 21:41:40 +11:00
builder.go [v2] Big tidy up! 2021-06-12 06:49:38 +10:00
desktop_darwin.go [v2] Add missing import 2021-12-01 11:51:43 +01:00
desktop_linux.go [linux] Fix installing cli 2021-11-29 20:25:11 +11:00
desktop_windows.go chore: run go fmt ./... and go mod tidy 2021-11-25 12:14:27 +08:00
desktop.go refactor: move from io/ioutil to io and os packages 2021-11-25 12:15:43 +08:00
hybrid.go [v2] Big tidy up! 2021-06-12 06:49:38 +10:00
packager_linux.go [linux] Get CLI working. yum->dnf. doctor improvements. 2021-06-02 20:02:45 +10:00
packager.go Update icon.ico file mode (#1154) 2022-02-16 06:02:45 +11:00
server-assetdb.go.template Merge commit 'a213e8bcd1d8e4e5c764978879d875d2d55dd400' as 'v2' 2020-09-15 19:52:54 -05:00
server.go refactor: move from io/ioutil to io and os packages 2021-11-25 12:15:43 +08:00