Windos case for assetPath had a typo
This commit is contained in:
		@@ -52,7 +52,7 @@ func defaultAssetPath() string {
 | 
				
			|||||||
			assetPath = filepath.Join(exedir, "../Resources")
 | 
								assetPath = filepath.Join(exedir, "../Resources")
 | 
				
			||||||
		case "linux":
 | 
							case "linux":
 | 
				
			||||||
			assetPath = "/usr/share/ethereal"
 | 
								assetPath = "/usr/share/ethereal"
 | 
				
			||||||
		case "window":
 | 
							case "windows":
 | 
				
			||||||
			assetPath = "./assets"
 | 
								assetPath = "./assets"
 | 
				
			||||||
		default:
 | 
							default:
 | 
				
			||||||
			assetPath = "."
 | 
								assetPath = "."
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user