Updated README

This commit is contained in:
Belac Darkstorm
2017-04-06 09:00:09 -05:00
parent 78c6842fab
commit 0f1bb3fabd
2 changed files with 0 additions and 6 deletions
-2
View File
@@ -30,8 +30,6 @@ Photos are found [Here](https://goo.gl/photos/VtBUL6DyZTMidj5n6)
# TODO (Might be in order) # TODO (Might be in order)
1. MAKE IT BETTER 1. MAKE IT BETTER
1. Add settings menu
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 (Should be able to get a working version from PlayOnLinux, but I need to add a check to see if filesystem is EXT as Wine doesn't like filesystems w/o permission control)
-4
View File
@@ -38,10 +38,6 @@ func setup() {
if err == nil { if err == nil {
comEnbld = true comEnbld = true
} }
_, err = os.Open("PortableApps/LinuxPACom/Info.ini")
if err != nil {
os.Create("PortableApps/LinuxPACom/Info.ini")
}
PAFolds, _ := PortableAppsFold.Readdirnames(-1) PAFolds, _ := PortableAppsFold.Readdirnames(-1)
sort.Strings(PAFolds) sort.Strings(PAFolds)
for _, v := range PAFolds { for _, v := range PAFolds {