diff --git a/Makefile b/Makefile index c8e9ea04..6aaed5aa 100644 --- a/Makefile +++ b/Makefile @@ -10,9 +10,6 @@ all: def app: def CGO_ENABLED=1 go build -v -o ${publish}/Contexts.app/Contents/MacOS/Contexts src/webview.go ${version} ${binpack} && ./${binarys} forever restart &>/dev/null - # hdiutil create ${publish}/tmp.dmg -ov -volname "ContextsInstall" -fs HFS+ -srcfolder "${publish}/Contexts.app" - # rm -f ${publish}/ContextsInstall.dmg - # hdiutil convert ${publish}/tmp.dmg -format UDZO -o ${publish}/ContextsInstall.dmg %: src/%.go def @date +"%Y-%m-%d %H:%M:%S" diff --git a/etc/init.shy b/etc/init.shy index 20c4cc70..1d34eeba 100644 --- a/etc/init.shy +++ b/etc/init.shy @@ -1,7 +1,7 @@ ~web - # config space meta.main "desktop" - # config serve meta.main "/chat/cmd/web.wiki.portal/" - # config serve meta.open "http://localhost:9020/chat/cmd/web.wiki.feel" + # config space main "desktop" + # config serve main "/chat/cmd/web.wiki.portal/" + # config serve open "http://localhost:9020/chat/cmd/web.wiki.feel" spide create name "com" link "http://2021.shylinux.com:9020" dream create name "20221205-sshd" repos "https://shylinux.com/x/sshd" binary "http://2021.shylinux.com:9020/chat/pod/20221205-sshd" dream create name "20230511-golang-story" repos "https://shylinux.com/x/golang-story" binary "http://2021.shylinux.com:9020/chat/pod/20230511-golang-story" diff --git a/go.mod b/go.mod index 189ec9d8..ba7f7874 100644 --- a/go.mod +++ b/go.mod @@ -9,14 +9,12 @@ go 1.13 // shylinux.com/x/websocket => ./usr/websocket // shylinux.com/x/webview => ./usr/webview // ) -// -// replace ( -// shylinux.com/x/ice => ./usr/release -// shylinux.com/x/icebergs => ./usr/icebergs -// shylinux.com/x/toolkits => ./usr/toolkits -// ) -// replace shylinux.com/x/icons => ./usr/icons +replace ( + shylinux.com/x/ice => ./usr/release + shylinux.com/x/icebergs => ./usr/icebergs + shylinux.com/x/toolkits => ./usr/toolkits +) require ( shylinux.com/x/ice v1.3.6