2 Commits

Author SHA1 Message Date
Belac Darkstorm 2f8de0bed2 fix with wine 2016-09-14 09:30:06 -05:00
Belac Darkstorm 67ca030bb2 Updated README 2016-09-14 08:05:18 -05:00
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -29,3 +29,4 @@ Photos are found [Here](https://goo.gl/photos/VtBUL6DyZTMidj5n6)
1. Add updater for .AppImage files 1. Add updater for .AppImage files
1. Download .AppImage files (maybe) 1. Download .AppImage files (maybe)
1. Check if all apps are closed when it closes and ask if you want to force stop the apps. 1. Check if all apps are closed when it closes and ask if you want to force stop the apps.
1. Portable wine???
+1
View File
@@ -68,6 +68,7 @@ func main() {
for i, v := range wineOnly { for i, v := range wineOnly {
if pat.cat == v { if pat.cat == v {
wineOnly = append(wineOnly[:i], wineOnly[i+1:]...) wineOnly = append(wineOnly[:i], wineOnly[i+1:]...)
linOnly = append(linOnly, pat.cat)
break break
} }
} }