Fixed a couple bugs relating to settings and wine apps

This commit is contained in:
Caleb
2018-06-04 18:11:49 -05:00
parent be64aa083f
commit 828b9f4cda
3 changed files with 8 additions and 1 deletions
+1
View File
@@ -114,6 +114,7 @@ func processApp(fold string) (out app) {
}
if len(out.lin) == 0 {
out.name += " (Wine)"
out.wine = true
}
return
}