fixed vanilla tweaks typo
This commit is contained in:
		| @@ -2,5 +2,5 @@ | ||||
|   Icon = "Icon.png" | ||||
|   Name = "TurtleSilicon" | ||||
|   ID = "com.tairasu.turtlesilicon" | ||||
|   Version = "1.2.1" | ||||
|   Build = 47 | ||||
|   Version = "1.2.2" | ||||
|   Build = 50 | ||||
|   | ||||
							
								
								
									
										2
									
								
								main.go
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								main.go
									
									
									
									
									
								
							| @@ -12,7 +12,7 @@ import ( | ||||
| 	"fyne.io/fyne/v2/app" | ||||
| ) | ||||
|  | ||||
| const appVersion = "1.2.1" | ||||
| const appVersion = "1.2.2" | ||||
|  | ||||
| func main() { | ||||
| 	TSApp := app.NewWithID("com.tairasu.turtlesilicon") | ||||
|   | ||||
| @@ -80,7 +80,7 @@ func ApplyVanillaTweaks(myWindow fyne.Window) error { | ||||
|  | ||||
| 	// Build the command to apply vanilla-tweaks using the correct format: | ||||
| 	// cd "path" && "wineloader2" ./vanilla-tweaks.exe --no-frilldistance -no-farclip ./WoW.exe | ||||
| 	shellCmd := fmt.Sprintf(`cd %s && %s ./vanilla-tweaks.exe --no-frilldistance -no-farclip ./WoW.exe`, | ||||
| 	shellCmd := fmt.Sprintf(`cd %s && %s ./vanilla-tweaks.exe --no-frilldistance --no-farclip ./WoW.exe`, | ||||
| 		utils.QuotePathForShell(paths.TurtlewowPath), | ||||
| 		utils.QuotePathForShell(wineloader2Path)) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 aomizu
					aomizu