rip out turtle specific options
Some checks failed
Build Go/Fyne App for macOS ARM64 / build (push) Has been cancelled
Some checks failed
Build Go/Fyne App for macOS ARM64 / build (push) Has been cancelled
This commit is contained in:
@@ -79,12 +79,12 @@ func isRosettaSocketActive() bool {
|
||||
func StartRosettaX87Service(myWindow fyne.Window, updateAllStatuses func()) {
|
||||
log.Println("Starting RosettaX87 service...")
|
||||
|
||||
if paths.TurtlewowPath == "" {
|
||||
if paths.EpochPath == "" {
|
||||
dialog.ShowError(fmt.Errorf("TurtleWoW path not set. Please set it first"), myWindow)
|
||||
return
|
||||
}
|
||||
|
||||
rosettaX87Dir := filepath.Join(paths.TurtlewowPath, "rosettax87")
|
||||
rosettaX87Dir := filepath.Join(paths.EpochPath, "rosettax87")
|
||||
rosettaX87Exe := filepath.Join(rosettaX87Dir, "rosettax87")
|
||||
|
||||
if !utils.PathExists(rosettaX87Exe) {
|
||||
|
Reference in New Issue
Block a user