Skip to content

Commit c8256d7

Browse files
committed
Use custom fork of ui2walk for cross-compile support.
1 parent 834f2af commit c8256d7

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ If you need to regenerate the UI code files (`*_ui.go`) and/or the Windows resou
2222

2323
- Set up a `GOPATH` as environment variable that points to an existing folder. This folder will be used by Go to store compiled libraries and installed binaries which will be needed for the next step.
2424
- Ensure you have `$GOPATH/bin` (`%GOPATH%\bin` on Windows) included in your `PATH` environment variable.
25-
- Install needed tools and dependencies via `go get -v -u github.com/lxn/walk/tools/ui2walk github.com/josephspurrier/goversioninfo/cmd/goversioninfo`.
25+
- Install needed tools and dependencies via `go get -v -u github.com/icedream/ui2walk github.com/josephspurrier/goversioninfo/cmd/goversioninfo`.
2626
- Run `go generate -v` in the *IceCon* source code folder.
2727

2828
You should now be able to run a normal `go build` to get your desired binary.

connectdialog_windows_ui.go

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// This file was created by ui2walk and may be regenerated.
22
// DO NOT EDIT OR YOUR MODIFICATIONS WILL BE LOST!
33

4+
//+build windows
5+
46
package main
57

68
import (

dialog_windows_ui.go

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// This file was created by ui2walk and may be regenerated.
22
// DO NOT EDIT OR YOUR MODIFICATIONS WILL BE LOST!
33

4+
//+build windows
5+
46
package main
57

68
import (

0 commit comments

Comments
 (0)