forked from x/ContextOS
opt some
This commit is contained in:
parent
ad3040e680
commit
122056465e
1
Makefile
1
Makefile
@ -2,7 +2,6 @@ publish = usr/publish
|
|||||||
binarys = bin/ice.bin
|
binarys = bin/ice.bin
|
||||||
version = src/version.go
|
version = src/version.go
|
||||||
binpack = src/binpack.go
|
binpack = src/binpack.go
|
||||||
# flags = -ldflags "-w -s -H windowsgui" -v
|
|
||||||
flags = -ldflags "-w -s" -v
|
flags = -ldflags "-w -s" -v
|
||||||
|
|
||||||
all: def
|
all: def
|
||||||
|
@ -1 +1 @@
|
|||||||
~web.chat.macos
|
~web
|
||||||
|
@ -25,15 +25,14 @@
|
|||||||
binpack insert usr/node_modules/html2canvas/dist/html2canvas.min.js
|
binpack insert usr/node_modules/html2canvas/dist/html2canvas.min.js
|
||||||
binpack insert usr/node_modules/bootstrap-icons/font/
|
binpack insert usr/node_modules/bootstrap-icons/font/
|
||||||
binpack insert usr/local/export/
|
binpack insert usr/local/export/
|
||||||
# binpack insert usr/icons/
|
|
||||||
|
|
||||||
~web.chat.macos
|
~web.chat.macos
|
||||||
applications install "dream" web.dream icon "usr/icons/Mission Control.png"
|
applications install "dream" web.dream icon "usr/icons/Mission Control.png"
|
||||||
applications install "repos" web.code.git.repos icon "usr/icons/git.jpg"
|
applications install "repos" web.code.git.repos icon "usr/icons/git.jpg"
|
||||||
applications install "compile" web.code.compile icon "usr/icons/go.png"
|
applications install "compile" web.code.compile icon "usr/icons/go.png"
|
||||||
|
applications install "Activity" cli.procinfo icon "usr/icons/Activity Monitor.png"
|
||||||
applications install "Settings" web.chat.macos.opens args "System Settings" icon "usr/icons/System Settings.png"
|
applications install "Settings" web.chat.macos.opens args "System Settings" icon "usr/icons/System Settings.png"
|
||||||
applications install "QuickTime" web.chat.macos.opens args "QuickTime Player" icon "usr/icons/QuickTime Player.png"
|
applications install "QuickTime" web.chat.macos.opens args "QuickTime Player" icon "usr/icons/QuickTime Player.png"
|
||||||
applications install "Activity" cli.procinfo icon "usr/icons/Activity Monitor.png"
|
|
||||||
applications install "Preview" web.chat.macos.opens args "Preview"
|
applications install "Preview" web.chat.macos.opens args "Preview"
|
||||||
|
|
||||||
~aaa
|
~aaa
|
||||||
@ -45,7 +44,7 @@
|
|||||||
role white void usr/local/image
|
role white void usr/local/image
|
||||||
|
|
||||||
~gdb
|
~gdb
|
||||||
event listen event serve.start cmd web.broad
|
# event listen event serve.start cmd web.broad
|
||||||
# event listen event dream.create cmd web.code.tmux.session
|
# event listen event dream.create cmd web.code.tmux.session
|
||||||
|
|
||||||
~ssh
|
~ssh
|
||||||
|
@ -8,9 +8,10 @@ import (
|
|||||||
_ "shylinux.com/x/icebergs/misc/chrome"
|
_ "shylinux.com/x/icebergs/misc/chrome"
|
||||||
_ "shylinux.com/x/icebergs/misc/java"
|
_ "shylinux.com/x/icebergs/misc/java"
|
||||||
_ "shylinux.com/x/icebergs/misc/node"
|
_ "shylinux.com/x/icebergs/misc/node"
|
||||||
"shylinux.com/x/icebergs/misc/webview"
|
|
||||||
_ "shylinux.com/x/icons"
|
_ "shylinux.com/x/icons"
|
||||||
kit "shylinux.com/x/toolkits"
|
kit "shylinux.com/x/toolkits"
|
||||||
|
|
||||||
|
"shylinux.com/x/icebergs/misc/webview"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user