diff --git a/README.md b/README.md index 4c088cf..fbc68d0 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,6 @@ Photos are found [Here](https://goo.gl/photos/VtBUL6DyZTMidj5n6) # TODO (Might be in order) 1. MAKE IT BETTER -1. Add settings menu 1. Add updater for .AppImage files 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. 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) diff --git a/setup.go b/setup.go index e4b9289..129838d 100644 --- a/setup.go +++ b/setup.go @@ -38,10 +38,6 @@ func setup() { if err == nil { comEnbld = true } - _, err = os.Open("PortableApps/LinuxPACom/Info.ini") - if err != nil { - os.Create("PortableApps/LinuxPACom/Info.ini") - } PAFolds, _ := PortableAppsFold.Readdirnames(-1) sort.Strings(PAFolds) for _, v := range PAFolds {