Tries to make PortableApps folder before failing

This commit is contained in:
Belac Darkstorm
2016-09-23 14:32:30 -05:00
parent 5eeb9cc702
commit d64d88e0a5
2 changed files with 9 additions and 7 deletions
-6
View File
@@ -1,8 +1,6 @@
package main
import (
"os"
"github.com/nelsam/gxui"
"github.com/nelsam/gxui/drivers/gl"
"github.com/nelsam/gxui/themes/dark"
@@ -20,10 +18,6 @@ var (
)
func main() {
_, err := os.Open("PortableApps/LinuxPACom/common.sh")
if err == nil {
comEnbld = true
}
master = make(map[string][]app)
linmaster = make(map[string][]app)
gl.StartDriver(appMain)