mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-04 05:50:54 +08:00
New dependency installation text
This commit is contained in:
parent
2e61a3c309
commit
a109e3078d
@ -36,7 +36,7 @@ func ValidateFrontendConfig(projectOptions *ProjectOptions) error {
|
|||||||
|
|
||||||
// InstallGoDependencies will run go get in the current directory
|
// InstallGoDependencies will run go get in the current directory
|
||||||
func InstallGoDependencies() error {
|
func InstallGoDependencies() error {
|
||||||
depSpinner := spinner.New("Installing Dependencies...")
|
depSpinner := spinner.New("Ensuring Dependencies are up to date...")
|
||||||
depSpinner.SetSpinSpeed(50)
|
depSpinner.SetSpinSpeed(50)
|
||||||
depSpinner.Start()
|
depSpinner.Start()
|
||||||
err := NewProgramHelper().RunCommand("go get")
|
err := NewProgramHelper().RunCommand("go get")
|
||||||
@ -203,7 +203,7 @@ func InstallFrontendDeps(projectDir string, projectOptions *ProjectOptions, forc
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Check if frontend deps have been updated
|
// Check if frontend deps have been updated
|
||||||
feSpinner := spinner.New("Installing frontend dependencies (This may take a while)...")
|
feSpinner := spinner.New("Ensuring frontend dependencies are up to date (This may take a while)")
|
||||||
feSpinner.SetSpinSpeed(50)
|
feSpinner.SetSpinSpeed(50)
|
||||||
feSpinner.Start()
|
feSpinner.Start()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user