mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-04 01:50:09 +08:00
Better output for build
This commit is contained in:
parent
cb574148eb
commit
ec44ca58f1
@ -196,7 +196,7 @@ func Build(options *Options) (string, error) {
|
|||||||
// Do we need to pack the app for non-windows?
|
// Do we need to pack the app for non-windows?
|
||||||
if options.Pack && options.Platform != "windows" {
|
if options.Pack && options.Platform != "windows" {
|
||||||
|
|
||||||
outputLogger.Print("Packaging application: ")
|
outputLogger.Print(" - Packaging application: ")
|
||||||
|
|
||||||
// TODO: Allow cross platform build
|
// TODO: Allow cross platform build
|
||||||
err = packageProject(options, runtime.GOOS)
|
err = packageProject(options, runtime.GOOS)
|
||||||
|
Loading…
Reference in New Issue
Block a user