Added Button to launch PortableApps.com launcher. Added back common.sh support (oops)

This commit is contained in:
Belac Darkstorm
2016-09-22 08:39:56 -05:00
parent 77ce9e8ad4
commit fc3411e568
2 changed files with 19 additions and 0 deletions
+6
View File
@@ -1,6 +1,8 @@
package main
import (
"os"
"github.com/nelsam/gxui"
"github.com/nelsam/gxui/drivers/gl"
"github.com/nelsam/gxui/themes/dark"
@@ -18,6 +20,10 @@ 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)