Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2f8de0bed2 | |||
| 67ca030bb2 |
@@ -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???
|
||||||
|
|||||||
@@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user