Skip to content
This repository was archived by the owner on Oct 15, 2023. It is now read-only.

Commit 67008aa

Browse files
authored
v0.4.11: LatestRelease <- Development
Merge pull request #39 from NineNineFive/Development
2 parents d5f34df + 2aecce3 commit 67008aa

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

launcher/chromeLauncher.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ func (launcher *ChromeLauncher) launchForWindows() bool {
6666
// Start frontend by starting a new Chrome process
6767
path := "C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe"
6868
// TODO: see if --user-data-dir can be removed
69-
cmd := exec.Command(path, "--app=http://"+fileserver.GetServerAddress()) // , "--user-data-dir="+launcher.FrontendInstallLocation
69+
cmd := exec.Command(path, "--app=http://"+fileserver.GetServerAddress(), "--user-data-dir="+launcher.FrontendInstallLocation)
7070
cmd.Start()
7171

7272
// Set up a signal handler to gracefully shutdown the program, when it should shutdown

tests/main/go.mod

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)