Skip to content

Commit

Permalink
Unneded build tag removed
Browse files Browse the repository at this point in the history
  • Loading branch information
oderwat committed Dec 2, 2022
1 parent 99875f5 commit c6369c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magefiles/magefile.go
Expand Up @@ -35,7 +35,7 @@ func buildApp() error {
return nil
}
fmt.Println("> Building App...")
return sh.RunV(goCompiler, "build", "-tags", "desktop", "-o", appExecutable, appDir)
return sh.RunV(goCompiler, "build", "-o", appExecutable, appDir)
}

func BuildWasm() error {
Expand Down

0 comments on commit c6369c0

Please sign in to comment.