apps,cmd: update to renamed gioui.org module

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2019-09-30 12:41:29 +02:00
parent 22cd88df9f
commit 962bc36dac
11 changed files with 31 additions and 31 deletions
+1 -1
View File
@@ -432,7 +432,7 @@ func archiveIOS(tmpDir, target, frameworkRoot string, bi *buildInfo) error {
if _, err := runCmd(lipo); err != nil {
return err
}
appDir, err := runCmd(exec.Command("go", "list", "-f", "{{.Dir}}", "gioui.org/ui/app"))
appDir, err := runCmd(exec.Command("go", "list", "-f", "{{.Dir}}", "gioui.org/app"))
if err != nil {
return err
}